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

sql: add CONTROLCHANGEFEED role option #8324

Closed
jseldess opened this issue Sep 15, 2020 · 2 comments
Closed

sql: add CONTROLCHANGEFEED role option #8324

jseldess opened this issue Sep 15, 2020 · 2 comments
Assignees
Milestone

Comments

@jseldess
Copy link
Contributor

PR: cockroachdb/cockroach#52869

From release notes:

Introduced a new CONTROLCHANGEFEED role option. This grants non-admin roles the ability to create new changefeeds, as long as they have SELECT privileges on the target table. It can be conferred via ALTER ROLE <role> CONTROLCHANGEFEED and revoked via ALTER ROLE <role> NOCONTROLCHANGEFEED. [#52869][#52869] {% comment %}doc{% endcomment %}

@jseldess
Copy link
Contributor Author

Not sure if @lnhsingh or @Amruta-Ranade should take this. Please discuss.

@Amruta-Ranade
Copy link
Contributor

Addressed in #8629

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

No branches or pull requests

3 participants