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:
Clint 2021-02-23 10:08:15 -06:00 committed by GitHub
parent f9b9c8368a
commit b0b121753a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
changelog/10952.txt Normal file
View 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)]
```

View File

@ -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 |