diff options
Diffstat (limited to 'kubernetes/namespaces/tooling/keycloak/configmap.yaml')
-rw-r--r-- | kubernetes/namespaces/tooling/keycloak/configmap.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes/namespaces/tooling/keycloak/configmap.yaml b/kubernetes/namespaces/tooling/keycloak/configmap.yaml index bf3c49d..ca02049 100644 --- a/kubernetes/namespaces/tooling/keycloak/configmap.yaml +++ b/kubernetes/namespaces/tooling/keycloak/configmap.yaml @@ -7,7 +7,7 @@ data: # Set the hostname for outbound traffic and enable the feature to read that # environment variable KC_HOSTNAME: "id.pydis.wtf" - KC_FEATURES: "hostname:v2" + KC_FEATURES: "hostname:v2,passkeys" # Set the location of the TLS certificates generated by Vault KC_HTTPS_CERTIFICATE_FILE: "/vault/secrets/server.crt" |