cockroachdb / docs

CockroachDB user documentation
https://cockroachlabs.com/docs
Creative Commons Attribution 4.0 International
184 stars 451 forks source link

Feedback: Authorization in CockroachDB #16873

Open lin-crl opened 1 year ago

lin-crl commented 1 year ago

Jessie Lin (lin-crl) commented:

Page: https://cockroachlabs.com/docs/v22.2/security-reference/authorization.html

What is the reason for your feedback?

[ ] Missing the information I need

[ ] Too complicated

[ ] Out of date

[v] Something is broken

[ ] Other

Additional details

The CHANGEFEED system privilege doesn't exist on 22.2.8. CONTROLCHANGEFEED seems to work. Could we validate what the system privilege name is called?

Jira Issue: DOC-7574

exalate-issue-sync[bot] commented 1 year ago

Kathryn Hancox (kathancox) commented: See the slack here: https://cockroachlabs.slack.com/archives/C9TGBJB44/p1682977040361069 {{CHANGEFEED}} is part of the fine-grained access privileges and needs to be assigned at the table level. Shifted things around for 23.1 in this PR: https://github.com/cockroachdb/docs/pull/16850 . This should be replicated in v22.2 as well as correcting the {{CHANGEFEED}} priv.