gcp-iap-auth
gcp-iap-auth copied to clipboard
A simple server implementation and package in Go for helping you secure your web apps running on GCP behind a Cloud IAP (Identity-Aware Proxy)
Migrates to github.com/golang-jwt/jwt as a drop-in replacement for github.com/dgrijalva/jwt-go because of a [security vulnerability](https://github.com/advisories/GHSA-w73w-5m7g-f7qc)
Looks like these aren't used anymore.
[Fixes #10]
When running in reverse proxy mode, how does `gcp-iap-auth` handle keepalive at downstream and upstream? Will it disconnect after every request or re-use the connection? If latter, what is the...
Hi, my instance of gcp-iap-proxy stopped working. All authentications failed and log was full of `Failed to authenticate "[email protected]" (No public key for "2nMJtw")`. Restart solved the issue. I guess...
n proxy mode we can specify a header that will be filled with the validated email address from the JWT token. The value will only contain the email address, eg:...
Configure /metrics endpoint and move to Go modules
As of https://github.com/imkira/gcp-iap-auth/pull/3, the examples no longer compile.
Hi there - can this be used to secure access to a private GCS bucket? I want to host some private static content, and I'm hoping to be able to...