Skip to content

Commit

Permalink
refactor(keycloak): disable unused features
Browse files Browse the repository at this point in the history
  • Loading branch information
axelrindle committed Dec 27, 2024
1 parent abe6626 commit c67294e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keycloak/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ FROM quay.io/keycloak/keycloak:${KEYCLOAK_VERSION} as builder
ENV KC_HEALTH_ENABLED=true
ENV KC_METRICS_ENABLED=true
ENV KC_FEATURES=token-exchange,recovery-codes,web-authn,passkeys
ENV KC_FEATURES_DISABLED=ciba,par,kerberos,organization
ENV KC_DB=postgres

RUN /opt/keycloak/bin/kc.sh build
Expand Down

0 comments on commit c67294e

Please sign in to comment.