Skip to content
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

Update IAM role policy configuration to use StringEquals for Mountpoint for Amazon S3 CSI driver #812

Merged
merged 1 commit into from
Nov 25, 2024

Conversation

jiaeenie
Copy link

Currently, the documentation recommends that customers use a wildcard match StringLike in their IAM role policy configuration for the CSI Driver EKS add-on. This approach is not considered a security best practice and has caused confusions for some customers (see: awslabs/mountpoint-s3-csi-driver#300 and awslabs/mountpoint-s3-csi-driver#173 (comment)).

In this pull request, we update the documentation to advice using StringEquals instead of StringLike to improve security and address these concerns.

/cc @unexge @muddyfish @dannycjones

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jiaeenie jiaeenie requested a review from pgasca as a code owner November 25, 2024 15:45
@jiaeenie jiaeenie force-pushed the s3-csi-role-policy-stringequals branch from f24710e to c6923b2 Compare November 25, 2024 16:15
Copy link

@unexge unexge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pgasca pgasca merged commit 7fe9c13 into awsdocs:mainline Nov 25, 2024
1 check failed
@pgasca pgasca self-assigned this Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants