imkira / gcp-iap-auth

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)
MIT License
87 stars 31 forks source link

docs: updates after breaking GCP IAP changes #8

Closed biggestT closed 5 years ago

biggestT commented 6 years ago

I think this covers the breaking changes in GCP IAP at least in the README. Would be really nice if you can create a new release and publish an updated image to Docker Hub since the latest one (0.0.3) is broken now when GCP no longer sends the old X-Goog-Authenticated-User-JWT header.

I temporarily built an image on GCCB with this messy branch (with a cloudbuild.yaml file) for deployment to a Kubernetes setup. It worked fine now after changing the format of the --audience string.

imkira commented 5 years ago

LGTM. Thanks @biggestT