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

Allow mixing masked and unmasked passwords #149

Merged

Conversation

guidograzioli
Copy link
Member

@guidograzioli guidograzioli commented Aug 16, 2024

When password masking is enabled, it is now possible to define both plain passwords (which will be hashed) and already hashed passwords (starting with ENC(, which will be left untouched).
See the mask_passwords molecule scenario.

Fix #139

@guidograzioli guidograzioli added the bugfixes Fixes that resolve issues. SHOULD not be used for minor enhancements label Aug 16, 2024
@guidograzioli guidograzioli force-pushed the 139_already_masked_passwds branch 2 times, most recently from eaa624d to af268ff Compare August 16, 2024 13:21
@guidograzioli guidograzioli force-pushed the 139_already_masked_passwds branch from af268ff to 4bc93f7 Compare August 16, 2024 13:23
@guidograzioli guidograzioli requested a review from rpelisse August 16, 2024 13:23
Copy link
Contributor

@rpelisse rpelisse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@guidograzioli guidograzioli merged commit fe253ef into ansible-middleware:main Aug 19, 2024
16 checks passed
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.

Allow already encrypted passwords for
2 participants