From fb0fbb04ca123c6852bf1ad0734cf4939c95c01b Mon Sep 17 00:00:00 2001 From: yatin Date: Mon, 5 Nov 2018 14:43:41 +0530 Subject: [PATCH] Add trailing slash to fernet key_repository After https://review.openstack.org/#/c/611230/, fernet tokens are rotated twice which results in authentication issues, Need to fix the [fernet_token/key_repository] path as it differs from [fernet_receipts/key_repository]. Change-Id: Ief3cea7a3d111bd1fa244670acf425a8691fdb2d --- manifests/keystone.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/keystone.pp b/manifests/keystone.pp index 25a184faa..8319d83bf 100644 --- a/manifests/keystone.pp +++ b/manifests/keystone.pp @@ -69,6 +69,7 @@ class openstack_integration::keystone ( admin_bind_host => $::openstack_integration::config::host, manage_policyrcd => true, enable_credential_setup => $enable_credential_setup, + fernet_key_repository => '/etc/keystone/fernet-keys/', fernet_max_active_keys => '5', token_expiration => $token_expiration, default_transport_url => os_transport_url({