You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Francisco Guerrero (Jira)" <ji...@apache.org> on 2021/10/08 23:35:00 UTC

[jira] [Commented] (CASSANDRA-17030) Allow to GRANT or REVOKE multiple permissions in a single statement

    [ https://issues.apache.org/jira/browse/CASSANDRA-17030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426414#comment-17426414 ] 

Francisco Guerrero commented on CASSANDRA-17030:
------------------------------------------------

Adding support for multiple permissions for GRANT/REVOKE grammar.

PR: https://github.com/apache/cassandra/pull/1258

> Allow to GRANT or REVOKE multiple permissions in a single statement
> -------------------------------------------------------------------
>
>                 Key: CASSANDRA-17030
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17030
>             Project: Cassandra
>          Issue Type: Improvement
>          Components: CQL/Syntax
>            Reporter: Benjamin Lerer
>            Assignee: Francisco Guerrero
>            Priority: Normal
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In order to GRANT or REVOKE multiple permissions we are currently forced to execute multiple requests. For example:
> {code}
> GRANT MODIFY ON KEYSPACE field TO manager;
> GRANT SELECT ON KEYSPACE field TO manager;
> {code}
> We should be able to perform the same operations on a single request
> {code}
> GRANT MODIFY, SELECT ON KEYSPACE field TO manager;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org