AWS eks documentation change
Summary
Replaced hardcoded ARNs with ®ion-arn; placeholder in IAM policy examples
Security assessment
Documentation formatting change for regional ARN consistency without security implications.
Diff
diff --git a/eks/latest/userguide/authenticate-oidc-identity-provider.md b/eks/latest/userguide/authenticate-oidc-identity-provider.md index 0dc60518d..1d2d1e912 100644 --- a//eks/latest/userguide/authenticate-oidc-identity-provider.md +++ b//eks/latest/userguide/authenticate-oidc-identity-provider.md @@ -134 +134 @@ If you want to prevent an OIDC identity provider from being associated with a cl - "Resource": "arn:aws:eks:us-west-2:111122223333:cluster/*" + "Resource": "®ion-arn;eks:us-west-2:111122223333:cluster/*" @@ -158 +158 @@ The following example policy allows OIDC identity provider association if the `c - "Resource": "arn:aws:eks:us-west-2:111122223333:cluster/my-instance", + "Resource": "®ion-arn;eks:us-west-2:111122223333:cluster/my-instance", @@ -169 +169 @@ The following example policy allows OIDC identity provider association if the `c - "Resource": "arn:aws:eks:us-west-2:111122223333:cluster/my-instance", + "Resource": "®ion-arn;eks:us-west-2:111122223333:cluster/my-instance",