Skip to content

Commit

Permalink
keycloak: current version
Browse files Browse the repository at this point in the history
  • Loading branch information
mojib committed Aug 23, 2023
1 parent 3f793f1 commit b82d29b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/deployments/keycloak.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Keycloak
*Current keycloak version: 22.0*

## Preq

Expand Down Expand Up @@ -31,8 +32,11 @@ secretGenerator:
configMapGenerator:
- name: keycloak-config
literals:
- KEYCLOAK_HOSTNAME=keycloak.example.com
- KEYCLOAK_HOSTNAME=https://keycloak.example.com/auth
- KEYCLOAK_HOSTNAME_STRICT_HTTPS=false
- KEYCLOAK_HOSTNAME_STRICT=false
- KEYCLOAK_LOGLEVEL=INFO
- KEYCLOAK_PROXY=edge
- DB_VENDOR=postgres
- DB_ADDR=<DATABASE_HOST>
- DB_PORT=5432
Expand Down

0 comments on commit b82d29b

Please sign in to comment.