Skip to content

[FEATURE] Un-hardcode the no-ssl configuration to allow external postgres databases #70

@gilbahat

Description

@gilbahat

Feature Description

Un-hardcode the no-ssl configuration to allow external postgres databases (line 49, internal/common/db.go)

Reason for Need

Hardcoding a no-ssl configuration prevents using an external postgres with ssl. such a configuration may be desired e.g. when using cloud-hosted instances.

Proposed Solution

  1. Remove the hardcode and make it configurable into an environment variable.
  2. Alternatively, respect the PGSSLMODE environment variable by the standard postgres client

Alternatives

If there are alternative ways to address this issue, please describe them.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions