generated from inventage/keycloak-custom
-
Notifications
You must be signed in to change notification settings - Fork 0
/
keycloak.conf
51 lines (33 loc) · 1.93 KB
/
keycloak.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# Keycloak configuration for the build stage.
# Only options for the build stage are used here.
# https://www.keycloak.org/server/all-config?f=build
###################################################################################################################
### Cluster
# cache is the name of the cache mechanism: local, ispn, default is ispn
# cache-config-file
# cache-stack is the name of cache stack if `cache=ispn`: tcp, udp, kubernetes, ec2, azure, google, default is udp
###################################################################################################################
### Database
# db is the name of the database vendor: dev-file, dev-mem, mariadb, mssql, mysql, oracle, postgres
db=postgres
###################################################################################################################
### Transaction
# transaction-xa-enabled is for disabling the transaction type, default is true
###################################################################################################################
### Feature
### https://www.keycloak.org/server/features
# features is a comma-separated list of features to be enabled
features=declarative-user-profile
# features-disabled is a comma-separated list of features to be disabled
###################################################################################################################
### HTTP/TLS
# http-relative-path is for setting the resources serving path
###################################################################################################################
### Metrics
# metrics-enabled is for exposing metrics (/metrics) endpoints
metrics-enabled=true
# health-enabled is for exposing health check (/health) endpoints
health-enabled=true
###################################################################################################################
### Vault
# vault is for enabling a vault provider: file, hashicorp