Add config params for keycloak

This commit is contained in:
Lars Erhardt
2025-02-28 14:56:33 +01:00
parent 99351fc2a6
commit aa91d3bc60
8 changed files with 488 additions and 120 deletions

View File

@ -0,0 +1,8 @@
# Local Development
Apply example users to openldap so keycloak can use them later on.
Their default password is hashedpassword and their usernames are jsmith or sbrown
```shell
ldapadd -x -H ldap://localhost -D "cn=admin,dc=dev,dc=local" -w admin -f .dev/people.ldif
```