Skip to content

Commit

Permalink
update IAM role policy configuration for Mountpoint for Amazon S3 CSI…
Browse files Browse the repository at this point in the history
… driver
  • Loading branch information
Jiayi Nie committed Nov 25, 2024
1 parent d2b73c6 commit f24710e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latest/ug/storage/s3-csi.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ Add a comma to the end of the previous line, and then add the following line aft
+
[source,json,subs="verbatim,attributes,quotes"]
----
"oidc.eks.region-code.amazonaws.com/id/EXAMPLED539D4633E53DE1B71EXAMPLE:sub": "system:serviceaccount:kube-system:s3-csi-*"
"oidc.eks.region-code.amazonaws.com/id/EXAMPLED539D4633E53DE1B71EXAMPLE:sub": "system:serviceaccount:kube-system:s3-csi-driver-sa"
----
. Change the `Condition` operator from `"StringEquals"` to `"StringLike"`.
. Ensure that the `Condition` operator is set to `"StringEquals"`.
. Choose *Update policy* to finish.

=== {aws} CLI [[awscli_s3_store_app_data]]
Expand Down

0 comments on commit f24710e

Please sign in to comment.