Files
nomad/.changelog/24766.txt
Piotr Kazmierczak 0906f788f0 keyring: warn if removing a key that was used for encrypting variables (#24766)
Adds an additional check in the Keyring.Delete RPC to make sure we're not
trying to delete a key that's been used to encrypt a variable. It also adds a
-force flag for the CLI/API to sidestep that check.
2025-01-07 10:15:02 +01:00

4 lines
112 B
Plaintext

```release-note:improvement
keyring: Warn if deleting a key previously used to encrypt an existing variable
```