-
Notifications
You must be signed in to change notification settings - Fork 2
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
DOC-818 clarify cloud IAM policy #155
Conversation
✅ Deploy Preview for rp-cloud ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
@@ -1,10 +1,10 @@ | |||
Redpanda automatically assigns IAM policies to the Redpanda Cloud agent when it is deployed. The permissions grant the agent access to the BYOC cluster. | |||
Redpanda automatically assigns IAM policies to the Redpanda Cloud agent when it is deployed. The permissions grant the agent access to the cloud provider API, to create and manage the BYOC cluster infrastructure resources. The permissions follow the principle of least privilege, limiting access to only what is necessary. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not technically accurate and can throw off security folks. The customer grants the permissions to the agent through the execution of the rpk BYOC plugin during cluster creation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@c4milo Does this replacement sound correct for AWS (if so, I'd update similarly for Azure & GCP):
When you run rpk cloud byoc aws apply
to create a BYOC cluster, you grant IAM permissions to the Redpanda Cloud agent. IAM permissions allow the agent to access the AWS API to create and manage cluster resources. IAM permissions are not required by Redpanda Cloud users.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, that sounds perfect.
Description
Resolves https://redpandadata.atlassian.net/browse/DOC-818
Review deadline: Dec 12
Page previews
AWS IAM Policies
Azure IAM Policies
GCP IAM Policies
Checks