backport of commit 9cc1010534 (#15606)

Co-authored-by: Conrad Kleinespel <conradk@conradk.com>
pull/15618/head
hc-github-team-consul-core 2022-11-29 18:27:39 -05:00 committed by GitHub
parent 657616a744
commit e674f36110
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -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