google-nomulus/proxy/src
gbrodman e26e5adf5c Generate and use an IAP-enabled ID token in the proxy (#1926)
This is only generated and used if "iapClientId" is set in the proxy
config. If so, we use code similar to
https://cloud.google.com/iap/docs/authentication-howto#obtaining_an_oidc_token_for_the_default_service_account
to generate an ID token that is valid for IAP. We set the token on the
Proxy-Authorization header so that we can keep using the pre-existing
access token as well -- IAP allows for us to use either the
Authorization header or the Proxy-Authorization header.
2023-02-09 14:50:35 -05:00
..
main Generate and use an IAP-enabled ID token in the proxy (#1926) 2023-02-09 14:50:35 -05:00
test Generate and use an IAP-enabled ID token in the proxy (#1926) 2023-02-09 14:50:35 -05:00