We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have the following yaml :
resources: - name: bind-iam-policy-secret-accessor type: gcp-types/cloudresourcemanager-v1:virtual.projects.iamMemberBinding properties: resource: myprojectA role: roles/secretmanager.secretAccessor member: "serviceAccount:sandeep@myproject.iam.gserviceaccount.com"
The above works out but the one below with a conditional access fails :
resources: - name: bind-iam-policy-secret-accessor type: gcp-types/cloudresourcemanager-v1:virtual.projects.iamMemberBinding properties: resource: myprojectA role: roles/secretmanager.secretAccessor member: "serviceAccount:sandeep@myproject.iam.gserviceaccount.com" condition: "resource.name.extract('/secrets/{name}').startsWith('sandeep-')"
The text was updated successfully, but these errors were encountered:
Any idea how to specify a condition and its expression here? Thanks.
Sorry, something went wrong.
No branches or pull requests
I have the following yaml :
The above works out but the one below with a conditional access fails :
The text was updated successfully, but these errors were encountered: