diff --git a/changelog/10952.txt b/changelog/10952.txt new file mode 100644 index 000000000..0d1d48f29 --- /dev/null +++ b/changelog/10952.txt @@ -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)] +``` diff --git a/website/content/docs/secrets/identity.mdx b/website/content/docs/secrets/identity.mdx index cbb30d11f..4ecfbbfbe 100644 --- a/website/content/docs/secrets/identity.mdx +++ b/website/content/docs/secrets/identity.mdx @@ -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 |