Skip to content

Commit e674f36

Browse files
backport of commit 9cc1010 (#15606)
Co-authored-by: Conrad Kleinespel <[email protected]>
1 parent 657616a commit e674f36

File tree

1 file changed

+7
-7
lines changed
  • website/content/docs/security/acl/auth-methods

1 file changed

+7
-7
lines changed

website/content/docs/security/acl/auth-methods/aws-iam.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ The authentication step returns the following trusted identity attributes for us
106106
selectors and bind name interpolation. All of these attributes are strings that can be interpolated
107107
and support the following selector operations: `Equal, Not Equal, In, Not In, Matches, Not Matches`
108108

109-
| Attribute | Description | Requirement |
110-
| -------------------- | ----------------------------------- | ---------------------------------------------------------------- |
111-
| `entity_name` | Name of IAM role or user | |
112-
| `entity_id` | Unique ID of IAM role or user | |
113-
| `account_id` | AWS account id of IAM role or user | |
114-
| `entity_path` | The path of the IAM role or user | `EnableIAMEntityDetails=true` |
115-
| `entity_tags.<key>` | AWS account id of IAM role or user | `EnableIAMEntityDetails=true` and `IAMEntityTags` contains `<key>` |
109+
| Attribute | Description | Requirement |
110+
| -------------------- | --------------------------------------- | ------------------------------------------------------------------ |
111+
| `entity_name` | Name of IAM role or user | |
112+
| `entity_id` | Unique ID of IAM role or user | |
113+
| `account_id` | AWS account id of IAM role or user | |
114+
| `entity_path` | The path of the IAM role or user | `EnableIAMEntityDetails=true` |
115+
| `entity_tags.<key>` | Value of a tag on the IAM role or user | `EnableIAMEntityDetails=true` and `IAMEntityTags` contains `<key>` |
116116

117117
## IAM Policies
118118

0 commit comments

Comments
 (0)