Files
vault/changelog/25219.txt
Austin Gebauer 98bffbe069 identity: adds generation of plugin identity tokens (#25219)
* 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>
2024-02-06 15:14:04 -08:00

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.
```