Files
vault/changelog/24962.txt
Austin Gebauer 76a62d5997 sys: adds identity_token_key to mounts/auth for enable/tune (#24962)
* sys: adds identity_token_key to mounts/auth for enable/tune

* adds changelog

* adds godoc on new tests

* adds function for identityStoreKeyExists

* use read lock, remove helper func

* tune test in logical_system_test, remove router access method

* fix key existence check in namespaces
2024-01-22 15:28:11 -08:00

3 lines
131 B
Plaintext

```release-note:improvement
sys: adds configuration of the key used to sign plugin identity tokens during mount enable and tune
```