AWS eks documentation change
Summary
Updated example ARN formatting and fixed capitalization in section headers
Security assessment
Changes involve replacing placeholder account numbers ([.replaceable]) with concrete examples (111122223333) in ARN references and minor capitalization fixes. No security vulnerabilities are addressed, and no new security documentation is added.
Diff
diff --git a/eks/latest/userguide/argocd-register-clusters.md b/eks/latest/userguide/argocd-register-clusters.md index 97c73030b..4d4188863 100644 --- a//eks/latest/userguide/argocd-register-clusters.md +++ b//eks/latest/userguide/argocd-register-clusters.md @@ -7 +7 @@ -PrerequisitesRegister the local clusterRegister remote clustersCross-account clustersVerify cluster registrationPrivate clustersAccess Entry RBAC requirementsRestrict cluster access with ProjectsAdditional resources +PrerequisitesRegister the local clusterRegister remote clustersCross-account clustersVerify cluster registrationPrivate clustersAccess entry RBAC requirementsRestrict cluster access with ProjectsAdditional resources @@ -83 +83 @@ Replace `region-code` with the AWS Region that your remote cluster is in, replac - --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ + --principal-arn arn:aws:iam::111122223333:role/ArgoCDCapabilityRole \ @@ -94 +94 @@ The Access Entry requires Kubernetes RBAC permissions for Argo CD to deploy appl - --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ + --principal-arn arn:aws:iam::111122223333:role/ArgoCDCapabilityRole \ @@ -165 +165 @@ Simply register the private cluster using its ARN—no additional networking set -## Access Entry RBAC requirements +## Access entry RBAC requirements @@ -207 +207 @@ For getting started quickly, testing, or development environments, use `AmazonEK - --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ + --principal-arn arn:aws:iam::111122223333:role/ArgoCDCapabilityRole \ @@ -232 +232 @@ For production environments, create custom Kubernetes RBAC that grants: - --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ + --principal-arn arn:aws:iam::111122223333:role/ArgoCDCapabilityRole \