Skip to content

Commit d8563bf

Browse files
review feedback
1 parent 39e6fa5 commit d8563bf

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

content/operate/kubernetes/active-active/global-config.md

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -160,21 +160,7 @@ Before configuring role permissions:
160160
'{"spec": {"globalConfigurations": {"rolesPermissions": [{"role": "<role-name>", "acl": "<acl-name>", "type": "redis-enterprise"}]}}}'
161161
```
162162

163-
3. Verify the REAADB status shows `active` and `Valid`:
164-
165-
```sh
166-
kubectl get reaadb <reaadb-name>
167-
168-
NAME STATUS SPEC STATUS GLOBAL CONFIGURATIONS REDB LINKED REDBS
169-
reaadb-boeing active Valid
170-
```
171-
172-
4. Check the operator logs to confirm role permissions are applied:
173-
174-
```sh
175-
kubectl logs -l name=redis-enterprise-operator
176-
```
177-
163+
3. After the REAADB is active and its replication status is "Up", verify role permissions are applied to the local database using the Redis Enterprise REST API. See [Database requests]({{<relref "/operate/rs/references/rest-api/requests/bdbs#get-bdbs">}}) for details.
178164

179165
### Troubleshooting role permissions
180166

0 commit comments

Comments
 (0)