Skip to content

Commit 2a78532

Browse files
committed
PUC-752: adding cache
1 parent d1f8292 commit 2a78532

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/keystone/aio-values.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ pod:
239239
secret:
240240
secretName: sso-passphrase
241241
replicas:
242-
api: 1
242+
api: 2
243243
lifecycle:
244244
disruption_budget:
245245
api:
@@ -296,6 +296,8 @@ conf:
296296
OIDCClientID keystone
297297
OIDCClientSecret "exec:/bin/cat /etc/keystone-sso/client-secret"
298298
OIDCCryptoPassphrase "exec:/bin/cat /etc/oidc-secret/password"
299+
OIDCCacheType memcache
300+
OIDCMemCacheServers "memcached.openstack.svc.cluster.local:11211"
299301
OIDCClaimDelimiter ;
300302
301303
# avoid redirect issues per the following

0 commit comments

Comments
 (0)