Skip to content

Commit 3b381e0

Browse files
authored
fix: pull in token sync fix (#686)
As noted upstream, the key rotation value should be set to 7. Related: openstack/openstack-helm@3114c89 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
1 parent 0d5d4f2 commit 3b381e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

base-helm-configs/keystone/keystone-helm-overrides.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ conf:
511511
domain_config_dir: /etc/keystone/domains
512512
fernet_tokens:
513513
key_repository: /etc/keystone/fernet-keys/
514+
max_active_keys: 7
514515
credential:
515516
key_repository: /etc/keystone/credential-keys/
516517
database:

0 commit comments

Comments
 (0)