From 2b357a279477207ba9538ed32e9718bb6be7a2a0 Mon Sep 17 00:00:00 2001 From: J Evans Date: Tue, 14 Jul 2026 16:06:51 -0700 Subject: [PATCH] Add Cache Response Rules to Firewall role description The Firewall role grants response-cache-settings permissions but the docs only listed Cache Rules. This adds Cache Response Rules with a link to the existing docs page. --- src/content/docs/fundamentals/manage-members/roles.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/fundamentals/manage-members/roles.mdx b/src/content/docs/fundamentals/manage-members/roles.mdx index cc28a76f3d8..729e7272c0f 100644 --- a/src/content/docs/fundamentals/manage-members/roles.mdx +++ b/src/content/docs/fundamentals/manage-members/roles.mdx @@ -56,7 +56,7 @@ Account-scoped roles apply across an entire Cloudflare account, and through all | Email Security Read only | Grants read only access to all of Email security. | | Email Security Reporting | Grants read access to Email security metrics. | | Email Security Policy Admin | Grants read access to all settings, and write access to [allow policies](/cloudflare-one/email-security/settings/detection-settings/allow-policies/), [trusted domains](/cloudflare-one/email-security/settings/detection-settings/trusted-domains/), and [blocked senders](/cloudflare-one/email-security/settings/detection-settings/blocked-senders/) | -| Firewall | Can edit [WAF](/waf/), [IP Access rules](/waf/tools/ip-access-rules/), [Zone Lockdown](/waf/tools/zone-lockdown/) settings, and [Cache Rules](/cache/how-to/cache-rules/). | +| Firewall | Can edit [WAF](/waf/), [IP Access rules](/waf/tools/ip-access-rules/), [Zone Lockdown](/waf/tools/zone-lockdown/) settings, [Cache Rules](/cache/how-to/cache-rules/), and [Cache Response Rules](/cache/how-to/cache-response-rules/). | | HTTP Applications | Grants full access to HTTP Applications. | | HTTP Applications Read | Grants read-only access to HTTP Applications. | | Load Balancer | Can edit [Load Balancers](/load-balancing/), Pools, Origins, and Health Checks. |