-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
fix: Correct usage of password
and allow restored snapshots to set password, username, etc.
#384
fix: Correct usage of password
and allow restored snapshots to set password, username, etc.
#384
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense, the username and password management shouldn't be related to the origin of the DB from a snapshot.
### [4.1.2](v4.1.1...v4.1.2) (2022-02-18) ### Bug Fixes * Correct usage of `password` and allow restored snapshots to set password, username, etc. ([#384](#384)) ([81db512](81db512))
This PR is included in version 4.1.2 🎉 |
After the merge, I immediately realized that it should have been |
How do we properly grab the master password now that the parameter has been removed? |
with Line 62 in 55da7d3
|
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Description
password
- there were some dangling references tomaster_password
that have mostly been resolved (the random password generator name is left as is to avoid any disruptions for users of 4.x)Motivation and Context
not required
when a snapshot identifier is provided (i.e. - can be null), but they *can be provided. only the replica option states that these values cannot be providedBreaking Changes
How Has This Been Tested?
examples/*
projects