mirror of https://github.com/hashicorp/consul
Fix AWS IAM trusted identity entity_tags.<key>
parent
a0b1806ba2
commit
9cc1010534
|
@ -108,12 +108,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
|
||||
|
||||
|
|
Loading…
Reference in New Issue