From b168b5c3532a102b20373b5e6ad808fddc91e380 Mon Sep 17 00:00:00 2001 From: Conrad Kleinespel Date: Tue, 29 Nov 2022 21:34:28 +0100 Subject: [PATCH] Fix AWS IAM trusted identity entity_tags. (#14727) Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- .../docs/security/acl/auth-methods/aws-iam.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/website/content/docs/security/acl/auth-methods/aws-iam.mdx b/website/content/docs/security/acl/auth-methods/aws-iam.mdx index 954b05ef25..c2a85ac29f 100644 --- a/website/content/docs/security/acl/auth-methods/aws-iam.mdx +++ b/website/content/docs/security/acl/auth-methods/aws-iam.mdx @@ -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.` | AWS account id of IAM role or user | `EnableIAMEntityDetails=true` and `IAMEntityTags` contains `` | +| 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.` | Value of a tag on the IAM role or user | `EnableIAMEntityDetails=true` and `IAMEntityTags` contains `` | ## IAM Policies