AWS eks documentation change
Summary
Updated command examples by replacing placeholders with actual values and fixed ARN formatting
Security assessment
Changes involve syntax corrections in command examples (replacing <replaceable> tags with plain text). No security vulnerabilities, configurations, or features are addressed. The modifications maintain existing security practices without altering security guidance.
Diff
diff --git a/eks/latest/userguide/argocd-register-clusters.md b/eks/latest/userguide/argocd-register-clusters.md index 316c98076..237d04fd6 100644 --- a//eks/latest/userguide/argocd-register-clusters.md +++ b//eks/latest/userguide/argocd-register-clusters.md @@ -79,3 +79,3 @@ Replace `region-code` with the AWS Region that your remote cluster is in, replac - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>remote-cluster</replaceable> \ - --principal-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/<replaceable>ArgoCDCapabilityRole</replaceable> \ + --region region-code \ + --cluster-name remote-cluster \ + --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ @@ -90,3 +90,3 @@ The Access Entry requires Kubernetes RBAC permissions for Argo CD to deploy appl - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>remote-cluster</replaceable> \ - --principal-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/<replaceable>ArgoCDCapabilityRole</replaceable> \ + --region region-code \ + --cluster-name remote-cluster \ + --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ @@ -203,3 +203,3 @@ For getting started quickly, testing, or development environments, use `AmazonEK - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ - --principal-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/<replaceable>ArgoCDCapabilityRole</replaceable> \ + --region region-code \ + --cluster-name my-cluster \ + --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ @@ -228,3 +228,3 @@ For production environments, create custom Kubernetes RBAC that grants: - --region <replaceable>region-code</replaceable> \ - --cluster-name <replaceable>my-cluster</replaceable> \ - --principal-arn arn:aws:iam::[.replaceable]<literal>111122223333</literal>:role/<replaceable>ArgoCDCapabilityRole</replaceable> \ + --region region-code \ + --cluster-name my-cluster \ + --principal-arn arn:aws:iam::[.replaceable]111122223333:role/ArgoCDCapabilityRole \ @@ -232 +232,2 @@ For production environments, create custom Kubernetes RBAC that grants: - --access-scope type=namespace,namespaces=<replaceable>app-namespace</replaceable> + --access-scope type=namespace,namespaces=app-namespace +