aboutsummaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-06-15 13:10:15 +0300
committerJuan Antonio Osorio Robles <jaosorior@redhat.com>2017-06-16 07:26:34 +0000
commit4ec13cc91bd9003b3baf7af140c80d517c88f868 (patch)
treed6dc801d2f73cd4ddb4562cd5b9fd1974a883050 /releasenotes
parent24d552ae33adfbbbeb7a1b51b2fe09263c8e9a95 (diff)
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
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/max-active-fernet-keys-f960f08838a75eee.yaml5
1 files changed, 5 insertions, 0 deletions
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.