[DOC-13661] Update RBAC for SQL++ (Capella)#482
[DOC-13661] Update RBAC for SQL++ (Capella)#482rakhi-prathap wants to merge 17 commits intocapellafrom
Conversation
There was a problem hiding this comment.
This note does not seem relevant to MERGE statements. Confirm with SME.
There was a problem hiding this comment.
ANSI Merge Insert and ANSI Merge Update both let you specify the expiration, so I think it does apply here.
|
Currently, RBAC privileges are not listed for the following statements:
|
|
Waiting for fine-grained RBAC for Capella to be released before looking at this again |
simon-dew
left a comment
There was a problem hiding this comment.
Thanks for this! I've checked the cluster access privileges against PRD: Fine grained RBAC in Capella and provided the names of the advanced Capella privileges, where required.
Note that there are Capella privileges for managing and executing query functions, so CREATE FUNCTION, DROP FUNCTION, EXECUTE FUNCTION, and EXPLAIN FUNCTION should all be available via cluster access credentials.
modules/n1ql/pages/n1ql-language-reference/explainfunction.adoc
Outdated
Show resolved
Hide resolved
Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com>
Co-authored-by: Simon Dew <39966290+simon-dew@users.noreply.github.com>
|
@simon-dew I've updated the PR to add fine-grained RBAC. Could you please take another look at this? Thanks! |
PR to simplify and fix RBAC content for SQL++ statements (for Capella).Updating the scope to add fine-grained RBAC.
Key changes include:
Replacing privileges likequery_select,query_manage_index, etc., with more high-level privileges likeReadandWrite.Preview site: