-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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 password property is sensitive for mount resource #6442
Conversation
Signed-off-by: dmitrys <[email protected]>
Not a fan of this approach. It's cute but too much magic for me to be in Chef core. 4850 should be fixed in the mount resource itself IMO. |
To expand, keying this off the name is not super robust. If a property was named |
pretty sure we're following that pattern of marking the password property as sensitive on an individual resource now somewhere as well... it looks like i was the one that mentioned doing this globally and that was probably not one of my best ideas... |
|
|
This reverts commit 8242ac9. Signed-off-by: Dmitry Shestoperov <[email protected]>
Signed-off-by: Dmitry Shestoperov <[email protected]>
This also makes the |
It doesn't make it sensitive, but it's my mistake made while removing old :password definition. I'm really sorry for that. |
Signed-off-by: Dmitry Shestoperov <[email protected]>
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.
lgtm thanks :)
This is a great addition, thank you! |
Signed-off-by: dmitrys [email protected]
Description
Password properties become sensitive by default
Issues Resolved
#4850
Check List