dreezey / argon2-password-hash-provider

Argon2 Password Hash Provider for Keycloak
Apache License 2.0
25 stars 16 forks source link

running on docker? #10

Closed ser closed 1 year ago

ser commented 1 year ago

Is there any way to use this module on current docker version of keycloak?

ser commented 1 year ago

OK, after some research i found the solution. I mapped a docker volume in this way:

--volume /zfs/DATA/keycloak/argon2-password-hash-provider-2.0.1.jar:/opt/keycloak/providers/argon2-password-hash-provider-2.0.1.jar 

and everything works!

dreezey commented 1 year ago

Hi @ser , thanks for the solution and glad everything works in the container version as well.