Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement idempotent user password hashes #25

Merged

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Sep 7, 2022

Fix #16

This changeset introduces a filter pbkdf2_hmac, which replicates the behaviour of artemis hashed (and salted) passwords, so artemis-users can be statically generated. The filter is only meant to be used internally in the collection.

@guidograzioli guidograzioli added the bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements label Sep 7, 2022
@rpelisse
Copy link
Contributor

rpelisse commented Sep 7, 2022

LGTM!

@guidograzioli guidograzioli merged commit fd4e93b into ansible-middleware:main Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot login in to the webconsole with default credentials: username amq-broker and password amq-broker
2 participants