diff --git a/templates/keystone-httpd.conf.j2 b/templates/keystone-httpd.conf.j2 index 0507eee7..545afdd2 100644 --- a/templates/keystone-httpd.conf.j2 +++ b/templates/keystone-httpd.conf.j2 @@ -49,6 +49,10 @@ Listen {{ keystone_service_port }} {% if keystone_sp.trusted_idp_list.0.oidc_outgoing_proxy is defined -%} OIDCOutgoingProxy {{ keystone_sp.trusted_idp_list.0.oidc_outgoing_proxy }} {% endif -%} + {% if keystone_cache_servers | length > 0 -%} + OIDCCacheType memcache + OIDCMemCacheServers "{{ keystone_cache_servers | join(' ') }}" + {% endif %} Require valid-user