puppet-keystone/releasenotes/notes/fernet_rotate_crontab-aad7ddda61d8ee31.yaml
Emilien Macchi c92454d239 Implement crontab to perform Fernet keys rotations
This crontab is useful to run keystone-manage fernet_rotate command in a
scheduled way.
It doesn't take care of the distribution of keys when deploying Keystone
on multinode environment but it's still useful to use it on single-node
keystone deployments or when we have an external system to distribute
the keys after running this command.

Change-Id: I125e81d8cd130fadb8271f1b7bcdcf9794c79f47
2017-03-22 14:06:52 -04:00

8 lines
262 B
YAML

---
features:
- |
Implement a basic crontab that does fernet keys rotations with
keystone::cron::fernet_rotate class. This crontab won't take
care of the key distribution but just run `keystone-manage fernet_rotate`
command in a scheduled way.