-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Allow configuring Identity-Aware Proxy (IAP) customization settings #6471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow configuring Identity-Aware Proxy (IAP) customization settings #6471
Comments
The resource documentation can be found at https://cloud.google.com/iap/docs/reference/rest/v1/IapSettings We are mainly interested in the |
Any updates on this? |
Please also add support for PolicyDelegationSettings. This bug should be linked : https://b.corp.google.com/issues/195649321 |
Signed-off-by: Modular Magician <[email protected]>
Signed-off-by: Modular Magician <[email protected]> Signed-off-by: Modular Magician <[email protected]>
I am also interested, as @wvanderdeijl , in |
I am interested in this. I would like to be able to set the default cookie domain for IAP at a project level. |
We'd also be interested in this, especially |
plus 1. thank you. |
It's been nearly 4 years.. will this ever be added? |
++ |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
It would be useful to have a resource that configures the Identity-Aware Proxy (IAP) customization settings described in https://cloud.google.com/iap/docs/customizing.
For example, we need to let some IAP proxies pass through HTTP OPTIONS requests. For that, we need to set
access_settings.cors_settings.allow_http_options
totrue
.New or Affected Resource(s)
Potential Terraform Configuration
Workaround
It's possible to workaround this limitation by using a null resource with a local-exec provisioner:
References
b/194854185b/305197972
The text was updated successfully, but these errors were encountered: