[PR #8651/529af498 backport][stable-9] keycloak_userprofile: new module (#8848)

keycloak_userprofile: new module (#8651)

keycloak_userprofile: new keycloak module to manage user profiles (#8651)

(cherry picked from commit 529af4984c)

Co-authored-by: Eike Waldt <waldt@b1-systems.de>
This commit is contained in:
patchback[bot] 2024-09-09 14:06:42 +02:00 committed by GitHub
commit 5f7a3ac896
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