Fix AWS IAM trusted identity entity_tags.<key> (#14727)

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
This commit is contained in:
Conrad Kleinespel 2022-11-29 21:34:28 +01:00 committed by GitHub
parent 1b0e20a681
commit b168b5c353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 7 deletions

View File

@ -107,12 +107,12 @@ selectors and bind name interpolation. All of these attributes are strings that
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>` |
| `entity_tags.<key>` | Value of a tag on the IAM role or user | `EnableIAMEntityDetails=true` and `IAMEntityTags` contains `<key>` |
## IAM Policies