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
RS: Add dry_run option for Redis ACL REST API to reference & 7.8.4 release notes (#1011)
* DOC-4685 RS: Add dry_run option to redis_acl REST API reference
* DOC-4685DOC-4629 RS: Add dry_run option for redis_acl REST API to 7.8.4 release notes
- Certificate-based authentication for the REST API
22
22
23
+
- Dry run option to validate Redis ACL REST API requests
24
+
23
25
## New in this release
24
26
25
27
### New features
@@ -74,6 +76,22 @@ This version offers:
74
76
75
77
- Certificate-based authentication is not implemented for the Cluster Manager UI.
76
78
79
+
### Enhancements
80
+
81
+
- If you create or update a Redis ACL using the REST API, you can use the `dry_run` query parameter to validate the request without actually applying the update.
82
+
83
+
- [Create Redis ACL]({{<relref "/operate/rs/references/rest-api/requests/redis_acls#post-redis_acl">}}) example request:
84
+
85
+
```sh
86
+
POST /v1/redis_acls?dry_run
87
+
```
88
+
89
+
- [Update Redis ACL]({{<relref "/operate/rs/references/rest-api/requests/redis_acls#put-redis_acl">}}) example request:
90
+
91
+
```sh
92
+
PUT /v1/redis_acls/<uid>?dry_run
93
+
```
94
+
77
95
### Redis database versions
78
96
79
97
Redis Software version 7.8.4 includes three Redis database versions: 7.4, 7.2, and 6.2.
0 commit comments