mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-03 04:34:33 -07:00
implement Single site - Sessions stored in external Infinispan
This commit is contained in:
parent
3d4bd734f1
commit
bcc961999c
5 changed files with 26 additions and 7 deletions
|
@ -139,9 +139,11 @@ keycloak_quarkus_cache_embedded_mtls_trust_store_password: ''
|
|||
|
||||
### infinispan remote caches access (hotrod)
|
||||
# https://www.keycloak.org/server/caching#_remote_cache
|
||||
keycloak_quarkus_cache_remote: false
|
||||
keycloak_quarkus_cache_remote_username: supervisor
|
||||
keycloak_quarkus_cache_remote_password: supervisor
|
||||
keycloak_quarkus_cache_remote_host: "localhost:11222"
|
||||
keycloak_quarkus_cache_remote_host: localhost
|
||||
keycloak_quarkus_cache_remote_port: 11222
|
||||
keycloak_quarkus_cache_remote_tls_enabled: false
|
||||
keycloak_quarkus_cache_remote_sasl_mechanism: SCRAM-SHA-512
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue