Permanently disable token caching for Caracal+
This allows users to enable caching globally in Caracal without the security issues that arose due to changes introduced around revocation checking using the cache. Change-Id: I9a4889961336c2c595d9cdc6897f71002fa8271e Closes-Bug: #2113772
This commit is contained in:
@@ -51,6 +51,8 @@ cache_time = {{ role_cache_expiration }}
|
||||
[endpoint_filter]
|
||||
|
||||
[token]
|
||||
# We permanently disable token caching in Caracal onwards - See LP#2113772
|
||||
caching = false
|
||||
expiration = {{ token_expiration }}
|
||||
|
||||
[fernet_tokens]
|
||||
|
Reference in New Issue
Block a user