Skip to content

Manage postgres user application grants all privileges regardless of payload #5

Description

@alv-lop

The following block needs removing from manage-postgres-user.py. This statement is granting ALL privileges regardless of the parameter that gets passed in the payload:

execute_statement(
"GRANT ALL ON DATABASE {} TO {};".format(
database, postgres_user_username
),
postgres_master_username,
postgres_master_password_source,
postgres_master_password_source_type,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions