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

add support for providing password has instead of cleartext password #78

Closed

Conversation

bartowl
Copy link

@bartowl bartowl commented Oct 5, 2021

With this PR it is now possible to specify with password_is_hash: bool in oracle_databases.users[*] / oracle_pdbs.users[*] that for given user dbpasswords contains a password hash and not cleartext password.
With this the user will be created with IDENTIFIED BY VALUES instead of IDENTIFIED BY

@Rendanic Rendanic added the enhancement New feature or request label Oct 5, 2021
@bartowl bartowl closed this Oct 8, 2021
@bartowl
Copy link
Author

bartowl commented Oct 8, 2021

altready included in #81

@bartowl bartowl deleted the feature/allow_password_hash branch October 8, 2021 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants