-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Support IAM policy bindings for KMS Keyring and CryptoKey resources #762
Comments
I agree that fine grained permissions is critical especially for cryptographic keys. Once #744 is merged. I will add IAM support for KMS resources. |
@rosbo This still on your radar? I'm happy to take it (now that you've done all the hard work 😂 ) |
@tragiclifestories I was planning to tackle this later this week but if you have time go for it and let me know if the new abstractions generalize well :) |
I found a bug while adding the IAM support for organization, make sure you have the change in #774 whenever you decide to tackle this. |
I added support for organization IAM here #775. You might want to use it as an example. |
This PR also refactor the authoritative resource #776 to allow easy reusability. You might want to use that for KMS resources. |
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. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
As things stand, the only way to manage cloudkms roles is at the project level, which is very coarse grained - especially given the actual function of cryptographic keys in a software system ;-)
Proposal is to have the same sort of interface as in similar resources (eg #481).
The text was updated successfully, but these errors were encountered: