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.
19 lines
377 B
YAML
19 lines
377 B
YAML
---
|
|
|
|
# TODO doesn't bind to local port (currently used by setup keycloak with ansible)
|
|
service_port_keycloak_external: "8110"
|
|
|
|
keycloak_image: "{{ shared_service_hostname_harbor }}/smardigo/keycloak"
|
|
|
|
keycloak_default_client_scopes:
|
|
- web-origins
|
|
- profile
|
|
- roles
|
|
- email
|
|
|
|
keycloak_optional_client_scopes:
|
|
- address
|
|
- phone
|
|
- offline_access
|
|
- microprofile-jwt
|