AWS eks documentation change
Summary
Clarified that access entry type does not define permissions
Security assessment
Documentation clarification about access entry behavior with no direct security implications.
Diff
diff --git a/eks/latest/userguide/creating-access-entries.md b/eks/latest/userguide/creating-access-entries.md index 96b1c9322..3ad1197e8 100644 --- a//eks/latest/userguide/creating-access-entries.md +++ b//eks/latest/userguide/creating-access-entries.md @@ -29 +29 @@ Before creating access entries, consider the following: - * Each access entry has a _type_. If you don’t specify a type, Amazon EKS automatically sets the type to `STANDARD` + * Each access entry has a _type_. The type of the access entry depends on the type of resource it is associated with, and does not define the permissions. If you don’t specify a type, Amazon EKS automatically sets the type to `STANDARD`