AWS eks documentation change
Summary
Fixed formatting of OIDC endpoint URL in documentation
Security assessment
Corrected markdown syntax for a URL. No security content added or modified, and no vulnerabilities addressed in this change.
Diff
diff --git a/eks/latest/userguide/iam-roles-for-service-accounts.md b/eks/latest/userguide/iam-roles-for-service-accounts.md index c664e77c3..e16b77919 100644 --- a//eks/latest/userguide/iam-roles-for-service-accounts.md +++ b//eks/latest/userguide/iam-roles-for-service-accounts.md @@ -43 +43 @@ Enable IAM roles for service accounts by completing the following procedures: -If you enabled the EKS VPC endpoint, the EKS OIDC service endpoint couldn’t be accessed from inside that VPC. Consequently, your operations such as creating an OIDC provider with `eksctl` in the VPC will not work and will result in a timeout when attempting to request ` [https://oidc.eks](https://oidc.eks).`region`.amazonaws.com`. An example error message follows: +If you enabled the EKS VPC endpoint, the EKS OIDC service endpoint couldn’t be accessed from inside that VPC. Consequently, your operations such as creating an OIDC provider with `eksctl` in the VPC will not work and will result in a timeout when attempting to request `https://oidc.eks.`region`.amazonaws.com`. An example error message follows: