You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
480 B
YAML
15 lines
480 B
YAML
---
|
|
keycloak_admin_username: "keycloak-admin"
|
|
keycloak_admin_password: "{{ keycloak_admin_password_vault }}"
|
|
|
|
keycloak_default_theme: "mpmx-theme"
|
|
|
|
# Additional ips to consider as intranet ips (e.g. inter stage communication)
|
|
keycloak_ip_whitelist: []
|
|
|
|
# Use these Realm ACLs to create custom Traefik labels for Keycloak to restrict admin access per realm
|
|
# Both variables are mandatory!
|
|
# name: <realm_name>
|
|
# admin_ips: <ip/range in cidr notation>
|
|
keycloak_admin_realm_acls: []
|