Skip to content

POSTGRES_URL should contain POSTGRES_URI_ARGS #96

Closed
@reddec

Description

@reddec

I suppose that originally provided POSTGRES_URI_ARGS should also be included into the generated secrets

pgUserUrl := fmt.Sprintf("postgresql://%s:%s@%s/%s", role, password, r.pgHost, cr.Status.DatabaseName)
pgJDBCUrl := fmt.Sprintf("jdbc:postgresql://%s/%s", r.pgHost, cr.Status.DatabaseName)

ex: sslmod=disable

I can make PR but it will not be very soon.

Metadata

Metadata

Assignees

No one assigned

    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