Skip to content

Commit

Permalink
backport of commit 9cc1010
Browse files Browse the repository at this point in the history
  • Loading branch information
conradkleinespel authored and DanStough committed Nov 29, 2022
1 parent b152669 commit b77fcb7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/content/docs/security/acl/auth-methods/aws-iam.mdx
Expand Up @@ -106,13 +106,13 @@ The authentication step returns the following trusted identity attributes for us
selectors and bind name interpolation. All of these attributes are strings that can be interpolated
and support the following selector operations: `Equal, Not Equal, In, Not In, Matches, Not Matches`

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

## IAM Policies

Expand Down

0 comments on commit b77fcb7

Please sign in to comment.