mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2026-01-07 20:51:28 +00:00
backport of commit 6132327d9e (#17601)
Co-authored-by: Kapil Arora <512729+kaparora@users.noreply.github.com> Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
87e7fc0e54
commit
1d080e0972
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user