Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CDC with Flink/SSB cdc_user needs different permissions #24

Open
ogakulov opened this issue Oct 31, 2023 · 0 comments
Open

CDC with Flink/SSB cdc_user needs different permissions #24

ogakulov opened this issue Oct 31, 2023 · 0 comments

Comments

@ogakulov
Copy link

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant