Skip to content

CDC with Flink/SSB cdc_user needs different permissions #24

@ogakulov

Description

@ogakulov

The current permissions given to cdc_user are not sufficient to create a table in public schema.

The following works as a workaround, but may be too permissive. Needs to be reviewed and validated before going into the lab.
GRANT ALL PRIVILEGES ON DATABASE cdc_test TO cdc_user; \c cdc_test postgres GRANT ALL ON SCHEMA public TO cdc_user;

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