Merge pull request #14591 from kunickiaj/iap-header-config

Permit customizing the header name for the IAP jwt
This commit is contained in:
Fredrik Adelöw
2022-11-14 13:14:48 +01:00
committed by GitHub
7 changed files with 57 additions and 44 deletions
+1
View File
@@ -26,6 +26,7 @@ auth:
providers:
gcp-iap:
audience: '/projects/<project number>/global/backendServices/<backend service id>'
jwtHeader: x-custom-header # Optional: Only if you are using a custom header for the IAP JWT
```
You can find the project number and service ID in the Google Cloud Console.