-
Notifications
You must be signed in to change notification settings - Fork 101
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
attaching roles to service accounts #451
Comments
Hey @erez-levi, I believe that it is not yet supported in this provider. Have you tried using provider-jet-gcp? |
@erez-levi the provider-jet-gcp is deprecated and I don't see anything supported by looking at the CRDs.. This is a really important feature to have .. |
Bumping this.... makes it really hard to use this without being able to assign roles to a SA. |
Is there any work-around for the issue until this gets fixed? |
For folks on this thread, you can consider checking out the https://github.com/crossplane-contrib/provider-upjet-gcp provider which is more actively maintained than this one. The source lives at the link above, then it is published to: https://marketplace.upbound.io/providers/upbound/provider-family-gcp/latest/providers https://docs.upbound.io/providers/migration can help with migration 🙇♂️ |
Hi,
I'm trying to create a service account in gcp, I’m having trouble with attaching roles to the service account, I tried using the ’’serviceAccountPolicy”, but I managed to add permissions to members for the service account and I didn’t manage to attach roles to the actual service account.
I don't know if there is a way to do it right now, but I would like to know if I missed something.
Thanks
The text was updated successfully, but these errors were encountered: