Skip to content

Outdated Authentication (MD5) and Permissive Network Access #449

@vibhatha

Description

@vibhatha

The PostgreSQL configuration currently uses md5 for authentication, which is considered outdated and less secure than scram-sha-256. Additionally, pg_hba.conf is configured to allow connections from 0.0.0.0/0, which is overly permissive.

Location:

  • deployment/choreo/development/docker/postgres/Dockerfile:44

Recommendation:

  1. Switch authentication method to scram-sha-256.
  2. Restrict network access to the specific network range of the application instead of allowing all IPs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    To triage

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions