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

Flexible password encryption in pg hba conf #1512

Merged
merged 2 commits into from
Sep 7, 2023
Merged

Flexible password encryption in pg hba conf #1512

merged 2 commits into from
Sep 7, 2023

Conversation

cruelsmith
Copy link
Contributor

@cruelsmith cruelsmith commented Sep 6, 2023

Summary

  • ensure that default password encryption is also used in default pg hba conf
  • ensure that postgresql::postgresql_password respect the module default password encryption

Additional Context

Add any additional context about the problem here.

  • Root cause and the steps to reproduce. (If applicable)
  • Thought process behind the implementation.

Related Issues (if any)

fixes #1465

replace #1479

Checklist

  • 🟢 Spec tests.
  • 🟢 Acceptance tests.
  • Manually verified. (For example puppet apply)

Copy link
Collaborator

@bastelfreak bastelfreak left a comment

Choose a reason for hiding this comment

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

looks good to me.

@bastelfreak bastelfreak merged commit 65ca3ae into puppetlabs:main Sep 7, 2023
40 checks passed
smortex added a commit that referenced this pull request Oct 11, 2023
The changes in #1512 introduced a regression when a hash value is not
explicitly passed:

```
Puppet Server Error: Evaluation Error: Error while evaluating a Function Call, failed to coerce org.jruby.RubySymbol to java.lang.String
```

Fixes #1528
vaol pushed a commit to vaol/puppetlabs-postgresql that referenced this pull request Oct 13, 2024
The changes in puppetlabs#1512 introduced a regression when a hash value is not
explicitly passed:

```
Puppet Server Error: Evaluation Error: Error while evaluating a Function Call, failed to coerce org.jruby.RubySymbol to java.lang.String
```

Fixes puppetlabs#1528
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.

Default HBA does not take scram into account
4 participants