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
f9b9c8368a
commit
b0b121753a
|
@ -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 New Issue