keycloak_userprofile: new module (#8651)

keycloak_userprofile: new keycloak module to manage user profiles (#8651)
This commit is contained in:
Eike Waldt 2024-09-09 13:51:07 +02:00 committed by GitHub
commit 529af4984c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 2053 additions and 2 deletions

View file

@ -10,8 +10,8 @@
command: start-dev
env:
KC_HTTP_RELATIVE_PATH: /auth
KEYCLOAK_ADMIN: admin
KEYCLOAK_ADMIN_PASSWORD: password
KEYCLOAK_ADMIN: "{{ admin_user }}"
KEYCLOAK_ADMIN_PASSWORD: "{{ admin_password }}"
ports:
- "8080:8080"
detach: true