Skip to content

Commit

Permalink
Removing security_admin_local/security_admin_external roles as part o…
Browse files Browse the repository at this point in the history
…f MB-59606

Change-Id: Iff281c278675eb94e7759e7f86ec4d70b5e3d325
Reviewed-on: https://review.couchbase.org/c/TAF/+/222485
Reviewed-by: Abhay Aggrawal <[email protected]>
Tested-by: Build Bot <[email protected]>
Reviewed-by: <[email protected]>
Tested-by: <[email protected]>
  • Loading branch information
pavan-couchbase committed Jan 28, 2025
1 parent 0f82f4e commit fc60fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion couchbase_utils/rbac_utils/Rbac_ready_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class RbacUtils():

cb_server_roles = ["admin", "analytics_admin", "analytics_reader", "cluster_admin",
"query_external_access", "query_system_catalog", "replication_admin",
"ro_admin", "security_admin_local", "security_admin_external", "analytics_manager[*]",
"ro_admin", "security_admin", "analytics_manager[*]",
"analytics_select[*]", "bucket_admin[*]", "bucket_full_access[*]", "data_backup[*]",
"data_dcp_reader[*]", "data_monitoring[*]", "data_reader[*]", "data_writer[*]", "fts_admin[*]",
"fts_searcher[*]", "mobile_sync_gateway[*]", "query_delete[*]", "query_insert[*]",
Expand Down

0 comments on commit fc60fb1

Please sign in to comment.