tripleo-common/releasenotes/notes/Add-rotate-fernet-keys-action-a1080bf5fb18413f.yaml
Juan Antonio Osorio Robles 6e23d7f8fa Enable key rotation action and add release note
bp keystone-fernet-rotation
Change-Id: I1263239bae7dede96191f80ae7932461ce6ea69b
2017-06-19 12:11:16 +00:00

9 lines
469 B
YAML

---
features:
- In the parameters section of actions, the rotate_fernet_keys action was
added. It does a rotation based on the values of the generated passwords
or the parameter_defaults given by the user. Note that this merely does
the rotation, deletes the excess keys and persists the new value in the plan
environment. However, the action doesn't go to the nodes and adds the
keys to the actual repository; that's part of a separate workflow.