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