From 76584d2749dcffac5ee756b9480abcd8f5b21c97 Mon Sep 17 00:00:00 2001 From: Clint Date: Tue, 23 Feb 2021 10:08:15 -0600 Subject: [PATCH] update docs related to OCI alias changes (#10952) * update docs related to OCI alias changes * covert CHANGELOG update to a changelog/ entry --- changelog/10952.txt | 3 +++ website/content/docs/secrets/identity.mdx | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 changelog/10952.txt diff --git a/changelog/10952.txt b/changelog/10952.txt new file mode 100644 index 0000000000..0d1d48f29a --- /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 cbb30d11f8..4ecfbbfbe7 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 |