mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-02 22:25:48 +00:00
This new test suite is expected to gather all kinds of permissions tests - granting, revoking, authorizing, and so on. Right now it contains a single minimal test which ensures that the default superuser can be granted applicable permissions, which they already have anyway. The test suite added in this pull request will also be useful when developing #10633 - permissions for UDF/UDA infrastructure. Closes #10991 * github.com:scylladb/scylla: cql-pytest: add initial permissions test suite cql-pytest: enable CassandraAuthorizer for Scylla and Cassandra