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.
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 oldX-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.