Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
swh-docs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform
Development
swh-docs
Merge requests
!377
sysadmin/cassandra: Add a missing permission to the reaper user
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
sysadmin/cassandra: Add a missing permission to the reaper user
vsellier/swh-docs:reaper-permission
into
master
Overview
2
Commits
1
Pipelines
2
Changes
1
Merged
Vincent Sellier
requested to merge
vsellier/swh-docs:reaper-permission
into
master
1 year ago
Overview
2
Commits
1
Pipelines
2
Changes
1
Expand
Related to
swh/infra/sysadm-environment#5024 (closed)
0
0
Merge request reports
Compare
master
version 1
11f8cc22
1 year ago
master (base)
and
latest version
latest version
e6502d5f
1 commit,
1 year ago
version 1
11f8cc22
1 commit,
1 year ago
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/sysadm/data-silos/cassandra/installation.rst
+
1
−
0
Options
@@ -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
Loading