mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Allow identity mount to be tunable (#14723)
* Allow `identity` mount to be tunable * Add changelog
This commit is contained in:
parent
346d233ca1
commit
663c9a382d
2 changed files with 4 additions and 1 deletions
4
changelog/14723.txt
Normal file
4
changelog/14723.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
```release-note:improvement
|
||||
core/identity: allow identity backend to be tuned using standard secrets backend tuning parameters.
|
||||
```
|
||||
|
||||
|
|
@ -110,7 +110,6 @@ var (
|
|||
mountPathCubbyhole,
|
||||
mountPathSystem,
|
||||
"audit/",
|
||||
mountPathIdentity,
|
||||
}
|
||||
|
||||
// singletonMounts can only exist in one location and are
|
||||
|
|
|
|||
Loading…
Reference in a new issue