mayope / keycloakmigration

Manage your Keycloak configuration with code.
https://mayope.net
MIT License
111 stars 23 forks source link

added the totp option to the docker entrypoint to enable usage of tot… #68

Closed sideisra closed 1 year ago

sideisra commented 1 year ago

…p secured user accounts with docker.

klg71 commented 1 year ago

Hey @sideisra tanks for your pull request :) I will try to release it as soon as possible :)

klg71 commented 1 year ago

Released with version 0.2.50: https://hub.docker.com/r/klg71/keycloakmigration/tags Please confirm :)

sideisra commented 1 year ago

Nope there is a problem. I get: ./entrypoint.sh: line 12: syntax error: unexpected end of file (expecting "fi"). Looking into it...

sideisra commented 1 year ago

Found it. The handling of the default value for ADMIN_TOTP was wrong. Here is the fix: #69. Sorry for the regression.

klg71 commented 1 year ago

Ok can you try version 0.2.51? :)