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

prevent information leak of database user password #749

Merged
merged 1 commit into from
Mar 14, 2016
Merged

prevent information leak of database user password #749

merged 1 commit into from
Mar 14, 2016

Conversation

buzzdeee
Copy link
Contributor

Do not leak the DB password when overriding environment variable NEWPGPASSWD, i.e.

before the patch:
Warning: Postgresql_psqlCREATE ROLE myuser ENCRYPTED PASSWORD ****: Overriding environment setting 'NEWPGPASSWD' with 'mypassword'

with the patch:
Warning: Postgresql_psqlCREATE ROLE myuser ENCRYPTED PASSWORD ****: Overriding environment setting 'NEWPGPASSWD' with '****'

hunner added a commit that referenced this pull request Mar 14, 2016
prevent information leak of database user password
@hunner hunner merged commit 107af3c into puppetlabs:master Mar 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants