From dca724b463fe24836ebcf1013410a94fe1ed45af Mon Sep 17 00:00:00 2001 From: Ian Ferguson Date: Fri, 25 Mar 2022 09:40:15 -0400 Subject: [PATCH 1/2] Allow `identity` mount to be tunable --- vault/mount.go | 1 - 1 file changed, 1 deletion(-) diff --git a/vault/mount.go b/vault/mount.go index f86a8375f429..e8bea5ba4c65 100644 --- a/vault/mount.go +++ b/vault/mount.go @@ -110,7 +110,6 @@ var ( mountPathCubbyhole, mountPathSystem, "audit/", - mountPathIdentity, } // singletonMounts can only exist in one location and are From 42d55e09ed7f716d83350ea634fa5debc2cf5fb3 Mon Sep 17 00:00:00 2001 From: Ian Ferguson Date: Wed, 6 Apr 2022 13:46:12 -0400 Subject: [PATCH 2/2] Add changelog --- changelog/14723.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/14723.txt diff --git a/changelog/14723.txt b/changelog/14723.txt new file mode 100644 index 000000000000..04953430d866 --- /dev/null +++ b/changelog/14723.txt @@ -0,0 +1,4 @@ +```release-note:improvement +core/identity: allow identity backend to be tuned using standard secrets backend tuning parameters. +``` +