Created
July 7, 2014 16:01
-
-
Save dolph/0deeeb46f38f7c606a84 to your computer and use it in GitHub Desktop.
Keystone auth_token cache settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
memcached_servers = 127.0.0.1 | |
token_cache_time = 300 | |
revocation_cache_time = 60 | |
# if your memcached server is shared, use these settings to avoid cache poisoning | |
memcache_security_strategy = ENCRYPT | |
memcache_secret_key = <generate a secret key> | |
# if your keystone deployment uses PKI, and you value security over performance: | |
check_revocations_for_cached = true | |
# if your keystone deployment uses PKI and you're using a hashing algorithm other than MD5, specify it | |
hash_algorithms = sha256 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment