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 well-known policy for ebsCSIController #7451

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Update well-known policy for ebsCSIController #7451

merged 1 commit into from
Jan 22, 2024

Commits on Jan 22, 2024

  1. Fix StringLike condition key for ebsCSIController IAM policy

    The IAM condition key StringLike was used incorrectly in the policy and it doesn't work with wildcard (*) in the key itself. Wildcard is only supported in the value of the key. This fixes issue in cases where a volume dynamically provisioned via the older in-tree CSI plugin is being deleted by the new EBS CSI driver, because such volumes don't have the tags used in the policy.
    
    The changes made are inspired from the AWS managed AmazonEBSCSIDriverPolicy.
    teraflik committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    b4b8935 View commit details
    Browse the repository at this point in the history