AWS eks documentation change
Summary
Replaced hardcoded values with '<replaceable>' tags in repository URL examples and removed whitespace
Security assessment
Change updates example placeholders without altering security permissions or authentication mechanisms.
Diff
diff --git a/eks/latest/userguide/argocd-create-application.md b/eks/latest/userguide/argocd-create-application.md index 5b89fce5b..6a32dab03 100644 --- a//eks/latest/userguide/argocd-create-application.md +++ b//eks/latest/userguide/argocd-create-application.md @@ -117,4 +117,3 @@ For more information, see [Helm Value Files from External Git Repository](https: - repoURL: oci://account-id.dkr.ecr.region.amazonaws.com/repository-name - targetRevision: chart-version - chart: chart-name - + repoURL: oci://<replaceable>account-id</replaceable>.dkr.ecr.<replaceable>region</replaceable>.amazonaws.com/<replaceable>repository-name</replaceable> + targetRevision: <replaceable>chart-version</replaceable> + chart: <replaceable>chart-name</replaceable> @@ -129 +128 @@ If the Capability Role has the required ECR permissions, the repository is used - repoURL: https://git-codecommit.region.amazonaws.com/v1/repos/repository-name + repoURL: https://git-codecommit.<replaceable>region</replaceable>.amazonaws.com/v1/repos/<replaceable>repository-name</replaceable> @@ -140 +139 @@ If the Capability Role has the required CodeCommit permissions, the repository i - repoURL: https://codeconnections.region.amazonaws.com/git-http/account-id/region/connection-id/owner/repository.git + repoURL: https://codeconnections.<replaceable>region</replaceable>.amazonaws.com/git-http/<replaceable>account-id</replaceable>/<replaceable>region</replaceable>/<replaceable>connection-id</replaceable>/<replaceable>owner</replaceable>/<replaceable>repository</replaceable>.git