Re: [DISCUSS] New CQL command/option for listing roles with superuser privileges

2024-02-28 Thread guo Maxwell
Hi , 1. can this cql "SELECT role from system_auth.roles where is_superuser = True ALLOW FILTERING ;" meet your needs if the user to execute the cql have the right to do so ? 2. I think may be we can also add the ability to filter on list role/user grammar, for example : list user where super =

[DISCUSS] New CQL command/option for listing roles with superuser privileges

2024-02-28 Thread Shailaja Koppu
Hi Team, Currently LIST ROLES command doesn’t indicate if a role has superuser privilege, if acquired through a grant in roles hierarchy (LIST ROLES has super column true only if the role is created with SUPERUSER=true). For example, in the below example, super1 is a superuser, role1 acquired s

Re: [Discuss] Improving CI workflows

2024-02-28 Thread Berenguer Blasi
Hi All, CASSANDRA-19414 has been merged. Using -d on the generate.sh you should be able to get a CircleCI dev only workflow with no 'duplicates'. I.e.: https://app.circleci.com/pipelines/github/bereng/cassandra/1178/workflows/e13ea384-d90f-4f9a-9380-e9f1b226ddce That should help bring CI cost