You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or resource
When creating an IAPIdentityAwareProxyClient it is right now not possible to grant access to the app and other HTTPS resources that use IAP.
---
apiVersion: iap.cnrm.cloud.google.com/v1beta1kind: IAPIdentityAwareProxyClientmetadata:
name: iap-dependencyspec:
displayName: "My IAP"brandRef:
external: '${IAP_BRAND_ID?}'
...
---
apiVersion: iam.cnrm.cloud.google.com/v1beta1kind: IAMPolicyMembermetadata:
name: iap-accessspec:
resourceRef:
# TODO This is not (yet?) possible, because IAMPolicyMember cannot reference IAP client resources.apiVersion: iap.cnrm.cloud.google.com/v1beta1kind: IAPIdentityAwareProxyClientname: iap-dependencyrole: roles/iap.httpsResourceAccessormember: 'group:${GOOGLE_GROUP_NAME?}@${GOOGLE_WORKSPACE_DOMAIN?}'#...
Importance
Without this feature, access to resources protected by the IAPIdentityAwareProxyClient cannot be configured using Config Connector. Instead, an additional (speak: manual) step must be executed to update the IAM binding and manage access.
The text was updated successfully, but these errors were encountered:
@headcr4sh Thank you for your suggestion! This is a known limitation and we're currently working on it. We will let you know when we have more information.
@tedelwartowski-bestbuy, IAM support is added in the v1beta1 version of IAPIdentityAwareProxyClient, which is why it is not currently supported by KCC. We have added it to our queue of resource enhancements that we will look into, but do not currently have a timeframe we can provide you.
Please reach out to us via Cloud support to prioritize your request if this is a blocker.
Describe the feature or resource
When creating an IAPIdentityAwareProxyClient it is right now not possible to grant access to the app and other HTTPS resources that use IAP.
See also: https://cloud.google.com/iap/docs/managing-access#add_access
Desired approach / example:
Importance
Without this feature, access to resources protected by the IAPIdentityAwareProxyClient cannot be configured using Config Connector. Instead, an additional (speak: manual) step must be executed to update the IAM binding and manage access.
The text was updated successfully, but these errors were encountered: