mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
* Make reception of an empty valid principals configurable based on a role flag. Adds allow_empty_principals, which if true allows valid_principals on credential generation calls to be empty. * changelog * Allow empty principals on unrelated unit test * whitespace
4 lines
132 B
Plaintext
4 lines
132 B
Plaintext
```release-note:change
|
|
secrets/ssh: Add a flag, `allow_empty_principals` to allow keys or certs to apply to any user/principal.
|
|
```
|