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

release-20.2: changefeedccl: remove unnecessary and/or impossible privilege checks #61661

Merged
merged 1 commit into from Mar 9, 2021

Commits on Mar 8, 2021

  1. changefeedccl: remove unnecessary and/or impossible privilege checks

    Changefeeds were checking the SELECT privilege on every descriptor associated
    with targeted tables, including the database (should not be required) and
    custom types (not possible to assign granularly).
    They now only check SELECT on the targeted tables itself.
    
    Release note (bug fix): Better privilege checks when creating a changefeed
    HonoreDB committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    22476cd View commit details
    Browse the repository at this point in the history