Skip to content

avoid passing hardcoded db credentials to flower #6

@MoralCode

Description

@MoralCode

flower currently depends on hardcoded credentials

value: "postgresql+psycopg2://augur:augur@augur-db:5432/augur" # pragma: allowlist secret

This is because we arent able to pass in the DB connection parameters as individual variables, as the crunchy postgres operator is designed to do (and indeed does do for the other parts of the stack, such as augur itself)

We should find a way to fix this

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