From 4ec13cc91bd9003b3baf7af140c80d517c88f868 Mon Sep 17 00:00:00 2001 From: Juan Antonio Osorio Robles Date: Thu, 15 Jun 2017 13:10:15 +0300 Subject: 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 --- releasenotes/notes/max-active-fernet-keys-f960f08838a75eee.yaml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 releasenotes/notes/max-active-fernet-keys-f960f08838a75eee.yaml (limited to 'releasenotes') diff --git a/releasenotes/notes/max-active-fernet-keys-f960f08838a75eee.yaml b/releasenotes/notes/max-active-fernet-keys-f960f08838a75eee.yaml new file mode 100644 index 00000000..4c10753a --- /dev/null +++ b/releasenotes/notes/max-active-fernet-keys-f960f08838a75eee.yaml @@ -0,0 +1,5 @@ +--- +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. -- cgit 1.2.3-korg