mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
update docs related to OCI alias changes (#10952)
* update docs related to OCI alias changes * covert CHANGELOG update to a changelog/ entry
This commit is contained in:
parent
7c2c54b25c
commit
76584d2749
2 changed files with 4 additions and 1 deletions
3
changelog/10952.txt
Normal file
3
changelog/10952.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
auth/oci: Fixes alias name to use the role name, and not the literal string `name` [[GH-10](https://github.com/hashicorp/vault-plugin-auth-oci/pull/10)]
|
||||
```
|
||||
|
|
@ -101,7 +101,7 @@ a particular auth mount point.
|
|||
| Kerberos | Username |
|
||||
| Kubernetes | Service account UID |
|
||||
| LDAP | Username |
|
||||
| OCI | Constant “name” (_This is a bug in current version_) |
|
||||
| OCI | Role name |
|
||||
| Okta | Username |
|
||||
| RADIUS | Username |
|
||||
| TLS Certificate | Subject CommonName |
|
||||
|
|
|
|||
Loading…
Reference in a new issue