Skip to content

Commit e03cd87

Browse files
authored
Merge branch 'production' into max/gw/csv
2 parents b17ed3b + 9e30cb0 commit e03cd87

File tree

20 files changed

+825
-187
lines changed

20 files changed

+825
-187
lines changed
826 KB
Loading
843 KB
Loading
967 KB
Loading
972 KB
Loading
948 KB
Loading
958 KB
Loading

src/content/docs/cache/how-to/configure-cache-status-code.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pcx_content_type: how-to
44

55
---
66

7-
Enterprise customers can set cache time-to-live (TTL) based on the response status from the origin web server. Cache TTL refers to the duration of a resource in the Cloudflare network before being marked as `STALE` or discarded from cache. Status codes are returned by a resources origin.
7+
Customers can set cache time-to-live (TTL) based on the response status from the origin web server. Cache TTL refers to the duration of a resource in the Cloudflare network before being marked as `STALE` or discarded from cache. Status codes are returned by a resource's origin.
88

99
Setting cache TTL based on response status overrides the [default cache behavior (standard caching)](/cache/concepts/default-cache-behavior/) for static files and overrides cache instructions sent by the origin web server. To cache non-static assets, set a [Cache Level of Cache Everything using a Cache Rule](/cache/how-to/cache-rules/create-api/#example-requests). Setting `no-store` **Cache-Control** or a low TTL (using `max-age`/`s-maxage`) increases requests to origin web servers and decreases performance.
1010

src/content/docs/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/partners/intune.mdx

Lines changed: 78 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar:
66

77
---
88

9+
This guide covers how to deploy the Cloudflare WARP client using Microsoft Intune.
10+
911
## Windows
1012

1113
### Prerequisites
@@ -44,4 +46,79 @@ Intune allows you to insert [predefined variables](https://learn.microsoft.com/e
4446

4547
## Android
4648

47-
Refer to the [generic instructions for Android](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/#android).
49+
To deploy WARP on Android devices:
50+
51+
1. Log in to your Microsoft Intune account.
52+
2. Go to **Apps** > **Android** >**Add**.
53+
3. In **App type**, select _Managed Google Play app_.
54+
4. Add the **Cloudflare One Agent** app from the Google Play store. Its application ID is `com.cloudflare.cloudflareoneagent`.
55+
5. Go to **Apps** > **App Configuration policies** > **Add**.
56+
6. Select _Managed devices_.
57+
7. In **Name**, enter `Cloudflare One Agent`.
58+
8. For **Platform**, select _Android Enterprise_.
59+
9. Choose your desired **Profile Type**.
60+
10. For **Targeted app**, select **Cloudflare One Agent**. Select **Next**.
61+
11. For **Configuration settings format**, select _Enter JSON data_. Enter your desired [deployment parameters](/cloudflare-one/connections/connect-devices/warp/deployment/mdm-deployment/parameters/) in the `managedProperty` field. For example:
62+
63+
```json
64+
{
65+
"kind": "androidenterprise#managedConfiguration",
66+
"productId": "app:com.cloudflare.cloudflareoneagent",
67+
"managedProperty": [
68+
{
69+
"key": "app_config_bundle_list",
70+
"valueBundleArray": [
71+
{
72+
"managedProperty": [
73+
{
74+
"key": "organization",
75+
"valueString": "your-team-name"
76+
},
77+
{
78+
"key": "display_name",
79+
"valueString": "Production environment"
80+
},
81+
{
82+
"key": "service_mode",
83+
"valueString": "warp"
84+
},
85+
{
86+
"key": "onboarding",
87+
"valueBool": false
88+
},
89+
{
90+
"key": "support_url",
91+
"valueString": "https://support.example.com/"
92+
}
93+
]
94+
},
95+
{
96+
"managedProperty": [
97+
{
98+
"key": "organization",
99+
"valueString": "test-org"
100+
},
101+
{
102+
"key": "display_name",
103+
"valueString": "Test environment"
104+
}
105+
]
106+
}
107+
]
108+
}
109+
]
110+
}
111+
```
112+
113+
Alternatively, if you do not want to copy and paste the JSON data, you can change **Configuration settings format** to _Use configuration designer_ and manually configure each deployment parameter.
114+
115+
Once you have configured the deployment parameters, select **Next**.
116+
117+
12. Assign users or groups to this policy and select **Next**.
118+
13. Save the app configuration policy.
119+
14. Assign users or groups to the application:
120+
1. Go to **Apps** > **Android** > **Cloudflare One Agent** > **Manage Properties**.
121+
2. Select **Edit** and add users or groups.
122+
3. Select **Review + save** > **Save**.
123+
124+
Intune will now deploy the Cloudflare One Agent to user devices.

src/content/docs/logs/reference/log-fields/zone/firewall_events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The descriptions below detail the fields available for `firewall_events`.
1313

1414
Type: `string`
1515

16-
The code of the first-class action the Cloudflare Firewall took on this request. <br />Possible actions are <em>unknown</em> \| <em>allow</em> \| <em>block</em> \| <em>challenge</em> \| <em>jschallenge</em> \| <em>log</em> \| <em>connectionclose</em> \| <em>challengesolved</em> \| <em>challengefailed</em> \| <em>challengebypassed</em> \| <em>jschallengesolved</em> \| <em>jschallengefailed</em> \| <em>jschallengebypassed</em> \| <em>bypass</em> \| <em>managedchallenge</em> \| <em>managedchallengeskipped</em> \| <em>managedchallengenoninteractivesolved</em> \| <em>managedchallengeinteractivesolved</em> \| <em>managedchallengebypassed</em>.
16+
The code of the first-class action the Cloudflare Firewall took on this request. <br />Possible actions are <em>unknown</em> \| <em>allow</em> \| <em>block</em> \| <em>challenge</em> \| <em>jschallenge</em> \| <em>log</em> \| <em>connectionclose</em> \| <em>challengesolved</em> \| <em>challengebypassed</em> \| <em>jschallengesolved</em> \| <em>jschallengebypassed</em> \| <em>bypass</em> \| <em>managedchallenge</em> \| <em>managedchallengenoninteractivesolved</em> \| <em>managedchallengeinteractivesolved</em> \| <em>managedchallengebypassed</em>.
1717

1818
## ClientASN
1919

src/content/docs/logs/reference/log-fields/zone/http_requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -481,7 +481,7 @@ Action of the security rule that triggered a terminating action, if any.
481481

482482
Type: `array[string]`
483483

484-
Array of actions the Cloudflare security products performed on this request. The individual security products associated with this action be found in SecuritySources and their respective rule Ids can be found in SecurityRuleIDs. The length of the array is the same as SecurityRuleIDs and SecuritySources. <br />Possible actions are <em>unknown</em> \| <em>allow</em> \| <em>block</em> \| <em>challenge</em> \| <em>jschallenge</em> \| <em>log</em> \| <em>connectionClose</em> \| <em>challengeSolved</em> \| <em>challengeFailed</em> \| <em>challengeBypassed</em> \| <em>jschallengeSolved</em> \| <em>jschallengeFailed</em> \| <em>jschallengeBypassed</em> \| <em>bypass</em> \| <em>managedChallenge</em> \| <em>managedChallengeSkipped</em> \| <em>managedChallengeNonInteractiveSolved</em> \| <em>managedChallengeInteractiveSolved</em> \| <em>managedChallengeBypassed</em> \| <em>rewrite</em> \| <em>forceConnectionClose</em> \| <em>skip</em> \| <em>managedChallengeFailed</em>.
484+
Array of actions the Cloudflare security products performed on this request. The individual security products associated with this action be found in SecuritySources and their respective rule Ids can be found in SecurityRuleIDs. The length of the array is the same as SecurityRuleIDs and SecuritySources. <br />Possible actions are <em>unknown</em> \| <em>allow</em> \| <em>block</em> \| <em>challenge</em> \| <em>jschallenge</em> \| <em>log</em> \| <em>connectionClose</em> \| <em>challengeSolved</em> \| <em>challengeBypassed</em> \| <em>jschallengeSolved</em> \| <em>jschallengeBypassed</em> \| <em>bypass</em> \| <em>managedChallenge</em> \| <em>managedChallengeNonInteractiveSolved</em> \| <em>managedChallengeInteractiveSolved</em> \| <em>managedChallengeBypassed</em> \| <em>rewrite</em> \| <em>forceConnectionClose</em> \| <em>skip</em>.
485485

486486
## SecurityRuleDescription
487487

0 commit comments

Comments
 (0)