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

Allow ssl mode to be configured #127

Merged
merged 5 commits into from
Feb 26, 2025
Merged

Allow ssl mode to be configured #127

merged 5 commits into from
Feb 26, 2025

Conversation

christophercampbell
Copy link
Contributor

@christophercampbell christophercampbell commented Feb 24, 2025

This PR adds SSLMode configuration. It can be set to "require", "verify-full", "verify-ca", and "disable" with "disable" as default (the current behavior).

The request was to remove the sslmode parameter, where the underlying connection defaults to "require" as default. However, this PR is less intrusive to other deployment upgrades that do not require it currently.

The requester should add SSLMode = "require" (or whatever is needed) to the DB section of configuration file.

@christophercampbell christophercampbell requested a review from a team as a code owner February 24, 2025 14:37
@christophercampbell christophercampbell removed the request for review from a team February 24, 2025 14:38
@christophercampbell
Copy link
Contributor Author

@arnaubennassar I'm not sure who to direct this PR to

Copy link
Member

@praetoriansentry praetoriansentry left a comment

Choose a reason for hiding this comment

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

lgtm

@christophercampbell christophercampbell merged commit f08ec98 into main Feb 26, 2025
10 checks passed
@vcastellm vcastellm deleted the config-ssl-mode branch February 26, 2025 14:41
Copy link
Collaborator

@vcastellm vcastellm left a comment

Choose a reason for hiding this comment

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

Late LGTM

@vcastellm
Copy link
Collaborator

You can mention @0xPolygon/core-cdk team next time @christophercampbell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants