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: content/operate/kubernetes/active-active/global-config.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ This section edits the secrets under the REAADB `.spec.globalConfigurations` sec
108
108
109
109
You can configure role-based access control (RBAC) permissions forActive-Active databases using the `rolesPermissions` fieldin the REAADB `.spec.globalConfigurations` section. The role permissions configuration is propagated across all participating clusters, but the underlying roles and Redis ACLs must be manually created on each cluster.
110
110
111
-
{{<note>}}You must manually create the specified roles and Redis ACLs on all participating clusters before configuring role permissions. The operator only propagates the role permissions configuration—it does not create the underlying roles and ACLs. If roles or ACLs are missing on any cluster, the operator will log errors until they are manually created.{{</note>}}
111
+
{{<note>}}You must manually create the specified roles and Redis ACLs on all participating clusters before configuring role permissions. The operator only propagates the role permissions configuration—it does not create the underlying roles and ACLs. If roles or ACLs are missing on any cluster, the operator will log errors and dispatch an Event associated with the REAADB object until they are manually created.{{</note>}}
112
112
113
113
### Prerequisites
114
114
@@ -139,7 +139,7 @@ Before configuring role permissions:
139
139
rolesPermissions:
140
140
- role: <role-name>
141
141
acl: <acl-name>
142
-
type: redis-acl
142
+
type: redis-enterprise
143
143
participatingClusters:
144
144
- name: rerc-ohare
145
145
- name: rerc-reagan
@@ -157,7 +157,7 @@ Before configuring role permissions:
0 commit comments