Skip to content

A client side proxy that wraps an http request with Google Identity Aware Proxy

Notifications You must be signed in to change notification settings

iqlusioninc/iap_proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IAP_PROXY

This is a proxy server designed to be run locally for accessing resources behind Google's Identity Aware proxy inspired by iap_curl

You must set three environment variables.

  1. export IAP_CLIENT_ID="client id" see https://cloud.google.com/iap/docs/authentication-howto
  2. export IAP_HOST ="URL_IAP_SERVICE"

If you are using the program for the first time, start the program iap_proxy --cred <path to google service account JWT> this will save the service account in local keyring and prompt you to delete it.

About

A client side proxy that wraps an http request with Google Identity Aware Proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages