Skip to content
Snippets Groups Projects
Verified Commit e6502d5f authored by Vincent Sellier's avatar Vincent Sellier
Browse files

sysadmin/cassandra: Add a missing permission to the reaper user

Related to swh/infra/sysadm-environment#5024
parent 7333736b
No related branches found
No related tags found
No related merge requests found
Pipeline #4046 passed
......@@ -146,6 +146,7 @@ Connect to cqlsh with the new `admin` user:
GRANT CREATE ON ALL KEYSPACES to 'reaper';
GRANT SELECT ON KEYSPACE reaper_db to 'reaper';
GRANT MODIFY ON KEYSPACE reaper_db to 'reaper';
GRANT ALTER ON KEYSPACE reaper_db to 'reaper';
8. Specific table configurations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment