mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 09:42:25 +00:00
* adds generation of plugin identity tokens * adds constants * fix namespace path when getting matching identity storage * adds changelog * adds godoc on test * fix data race with default key generation by moving locks up * Update changelog/25219.txt Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com> * use namespace from context instead of mount entry * translate mount table entry from mounts to secret * godoc on test --------- Co-authored-by: Tom Proctor <tomhjp@users.noreply.github.com>
3 lines
155 B
Plaintext
3 lines
155 B
Plaintext
```release-note:feature
|
|
**Plugin Workload Identity**: Vault can generate identity tokens for plugins to use in workload identity federation auth flows.
|
|
``` |