tripleo-heat-templates/releasenotes/notes/max-active-fernet-keys-f960f08838a75eee.yaml
Juan Antonio Osorio Robles 4ec13cc91b Make fernet max active keys configurable
This will set the max_active_keys setting in keystone.conf, and
furtherly we'll read this value from tripleo-common to do purging of
keys if necessary.

bp keystone-fernet-rotation

Change-Id: I9c6b0708c2c03ad9918222599f8b6aad397d8089
2017-06-16 07:26:34 +00:00

6 lines
247 B
YAML

---
features:
- KeystoneFernetMaxActiveKeys was introduced as a parameter to the keystone
profile. It sets the max_active_keys value of the keystone.conf file and
will subsequently be used by mistral to purge the keys in a mistral task.