-
Notifications
You must be signed in to change notification settings - Fork 235
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
Unable to configure IAMPolicyMember via KCC #243
Labels
bug
Something isn't working
Comments
Hi @morgante, I managed to get the scenario you described working. Looking at your YAML snippets and error message, I believe the issue is that you had an extra quotation in the Error 400: Invalid service account (clf-gke-acm-dev.svc.id.goog[cnrm-system/cnrm-controller-manager-clf-anthos-cicd-demo]")., badRequest member: serviceAccount:clf-gke-acm-dev.svc.id.goog[cnrm-system/cnrm-controller-manager-clf-anthos-cicd-demo]" # { "$kpt-set": "ksa-member" } Can you please verify that this was the issue? |
Oops. sorry I missed that! Yup that fixed it. |
No problem! Glad that fixed it :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm attempting to use KCC to set up the workload identity connection for new namespaces.
Specifically, I want to connect the KCC KSA (for a new namespace) to the GSA (for a new project) via KSA.
However, when using
IAMPolicyMember
to make this connection this error is returned:This is even though the equivalent gcloud works without error:
A clear and concise description of what the bug is.
ConfigConnector Version
1.12.1
YAML snippets:
The text was updated successfully, but these errors were encountered: