From 1d080e097299839d68dcf05992ccb95545f2bc5e Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Thu, 20 Oct 2022 10:11:32 -0400 Subject: [PATCH] backport of commit 6132327d9efa99319e81c9b18b18535ab7cf9b83 (#17601) Co-authored-by: Kapil Arora <512729+kaparora@users.noreply.github.com> Co-authored-by: Tom Proctor --- website/content/docs/concepts/identity.mdx | 40 +++++++++++----------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/website/content/docs/concepts/identity.mdx b/website/content/docs/concepts/identity.mdx index b315dfe93f..a6d2808983 100644 --- a/website/content/docs/concepts/identity.mdx +++ b/website/content/docs/concepts/identity.mdx @@ -101,26 +101,26 @@ an entity. If no entities are explicitly created or merged, then one [entity wil for each object on the right-hand side of the table, when it is used to authenticate on a particular auth mount point. -| Auth method | Name reported by auth method | -| ------------------- | ------------------------------------------------------------------------------------ | -| AliCloud | Principal ID | -| AppRole | Role ID | -| AWS IAM | Configurable via `iam_alias` to one of: Role ID (default), IAM unique ID, Full ARN | -| AWS EC2 | Configurable via `ec2_alias` to one of: Role ID (default), EC2 instance ID, AMI ID | -| Azure | Subject (from JWT claim) | -| Cloud Foundry | App ID | -| GitHub | User login name associated with token | -| Google Cloud | Configurable via `iam_alias` to one of: Role ID (default), Service account unique ID | -| JWT/OIDC | Configurable via `user_claim` to one of the presented claims (no default value) | -| Kerberos | Username | -| Kubernetes | Service account UID | -| LDAP | Username | -| OCI | Role name | -| Okta | Username | -| RADIUS | Username | -| TLS Certificate | Subject CommonName | -| Token | `entity_alias`, if provided | -| Username (userpass) | Username | +| Auth method | Name reported by auth method | +| ------------------- | --------------------------------------------------------------------------------------------------- | +| AliCloud | Principal ID | +| AppRole | Role ID | +| AWS IAM | Configurable via `iam_alias` to one of: Role ID (default), IAM unique ID, Full ARN | +| AWS EC2 | Configurable via `ec2_alias` to one of: Role ID (default), EC2 instance ID, AMI ID | +| Azure | Subject (from JWT claim) | +| Cloud Foundry | App ID | +| GitHub | User login name associated with token | +| Google Cloud | Configurable via `iam_alias` to one of: Role ID (default), Service account unique ID | +| JWT/OIDC | Configurable via `user_claim` to one of the presented claims (no default value) | +| Kerberos | Username | +| Kubernetes | Configurable via `alias_name_source` to one of: Service account UID (default), Service account name | +| LDAP | Username | +| OCI | Role name | +| Okta | Username | +| RADIUS | Username | +| TLS Certificate | Subject CommonName | +| Token | `entity_alias`, if provided | +| Username (userpass) | Username | ## Local Auth Methods