cff548bb03
Add ability to specify the memcache_security_strategy and
memcache_secret_key for keystone authtoken middleware.
The keys for individual services are hashed with a salt,
to isolate them.
Change-Id: I8d558cac3c23c3c0708e7e00d7bb83ac91795bb7
(cherry picked from commit 59b54b6f46
)
8 lines
246 B
YAML
8 lines
246 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ability to specify the memcache_security_strategy and
|
|
memcache_secret_key for keystone authtoken middleware. The keys
|
|
used by individual services are hashed with a salt (the service
|
|
name), to isolate them.
|