Skip to content

Instantly share code, notes, and snippets.

@dolph
Created July 7, 2014 16:01
Show Gist options
  • Save dolph/0deeeb46f38f7c606a84 to your computer and use it in GitHub Desktop.
Save dolph/0deeeb46f38f7c606a84 to your computer and use it in GitHub Desktop.
Keystone auth_token cache settings
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