You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/concept-docs/pages/best-practices.adoc
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,13 @@ Data security depends in part on only giving access to the minimum amount of dat
46
46
47
47
RBAC restrict resources on a Couchbase cluster to an identified user, allocated by role.
48
48
49
-
*TODO* update and add Capella here
49
+
==== Capella Security & Priveleges
50
+
51
+
Capella, our managed service, likewise has a concept of roles.
52
+
53
+
In addition to this, clusters within Capella are grouped into
54
+
xref:cloud:organizations:organization-projects-overview.adoc[organizations and projects],
55
+
to maintain separation of concerns, as well as access priveleges.
50
56
51
57
52
58
==== Users, Resources, Roles, and Privileges
@@ -217,9 +223,10 @@ Read up on security and performance considerations relevant to your use case.
217
223
218
224
=== Role-Based Access Control
219
225
220
-
*TODO* add Capella info
226
+
For Capella, Roles, Cluster Access Credentials, and Authentication options are covered in the xref:cloud:security:security.adoc[Capella Security docs].
221
227
222
-
All aspects of the Couchbase RBAC system are covered in the section xref:{version-server}@server:learn:security/authorization-overview.adoc[Authorization].
228
+
229
+
For self-managed Couchbase Server, all aspects of the Couchbase RBAC system are covered in the section xref:{version-server}@server:learn:security/authorization-overview.adoc[Authorization].
223
230
Specifically, for information on:
224
231
225
232
* Adding _Users_ and assigning _roles_, by means of the Couchbase Web Console, see xref:{version-server}@server:manage:manage-security/manage-users-and-roles.adoc[Manage Users and Roles].
@@ -234,4 +241,4 @@ Specifically, for information on:
0 commit comments