Skip to content

Commit b531956

Browse files
committed
Merge commit '0060ab7bd8b6cdfc3090d28971df662885e63116' into joshthoward/do-state
2 parents 8ecba09 + 0060ab7 commit b531956

File tree

119 files changed

+2852
-1131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+2852
-1131
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
/src/content/docs/ai-gateway/ @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
2222
/src/content/docs/workers-ai/ @rita3ko @pdwittig @craigsdennis @markdembo @mchenco @daisyfaithauma @cloudflare/pcx-technical-writing
2323
/src/content/docs/workers-ai/static @mchenco @craigsdennis @cloudflare/pcx-technical-writing
24-
/src/content/docs/vectorize/ @elithrar @vy-ton @pdwittig @cloudflare/pcx-technical-writing
24+
/src/content/docs/vectorize/ @elithrar @vy-ton @pdwittig @sejoker @cloudflare/pcx-technical-writing
2525
/src/content/changelogs/workers-ai.yaml @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
2626
/src/content/changelogs/ai-gateway.yaml @kathayl @G4brym @mchenco @pdwittig @daisyfaithauma @cloudflare/pcx-technical-writing
27-
/src/content/changelogs/vectorize.yaml @elithrar @pdwittig @cloudflare/pcx-technical-writing
27+
/src/content/changelogs/vectorize.yaml @elithrar @pdwittig @sejoker @cloudflare/pcx-technical-writing
2828

2929
# Analytics & Logs
3030

.github/workflows/semgrep.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@
22
on:
33
pull_request: {}
44
workflow_dispatch: {}
5-
push:
6-
branches:
7-
- main
8-
- master
95
schedule:
10-
- cron: '0 0 * * *'
6+
- cron: '0 4 * * *'
117
name: Semgrep config
128
jobs:
139
semgrep:

public/_redirects

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,8 @@
12331233
/waf/security-analytics/ /waf/analytics/security-analytics/ 301
12341234
/waf/custom-rules/use-cases/require-valid-hmac-token/ /waf/custom-rules/use-cases/configure-token-authentication/ 301
12351235
/waf/tools/scrape-shield/server-side-excludes/ /waf/tools/scrape-shield/ 301
1236+
/waf/rate-limiting-rules/create-account-dashboard/ /waf/account/rate-limiting-rulesets/create-dashboard/ 301
1237+
/waf/managed-rules/deploy-account-dashboard/ /waf/account/managed-rulesets/deploy-dashboard/ 301
12361238

12371239
# waiting-room
12381240
/waiting-room/how-to/mobile-traffic/ /waiting-room/how-to/json-response/ 301
@@ -1651,6 +1653,7 @@
16511653
/cloudflare-one/identity/users/short-lived-certificates/ /cloudflare-one/connections/connect-networks/use-cases/ssh/ssh-infrastructure-access/ 301
16521654
/cloudflare-one/identity/users/validating-json/ /cloudflare-one/identity/authorization-cookie/validating-json/ 301
16531655
/cloudflare-one/policies/lists/ /cloudflare-one/policies/gateway/lists 301
1656+
/cloudflare-one/policies/gateway/dns-policies/scheduled-dns-policies/ /cloudflare-one/policies/gateway/timed-policies/#scheduled-policies 301
16541657
/cloudflare-one/policies/zero-trust/ /cloudflare-one/policies/access/ 301
16551658
/cloudflare-one/policies/zero-trust/app-paths/ /cloudflare-one/policies/access/app-paths/ 301
16561659
/cloudflare-one/policies/zero-trust/common-configs/ /cloudflare-one/policies/access/ 301
@@ -1735,7 +1738,8 @@
17351738
/waf/managed-rulesets/* /waf/managed-rules/:splat 301
17361739
/firewall/recipes/* /waf/custom-rules/use-cases/:splat 301
17371740
/workers/wrangler-legacy/* /workers/wrangler/migration/v1-to-v2/wrangler-legacy/:splat 301
1738-
/waf/custom-rulesets/* /waf/custom-rules/custom-rulesets/:splat 301
1741+
/waf/custom-rulesets/* /waf/account/custom-rulesets/:splat 301
1742+
/waf/custom-rules/custom-rulesets/* /waf/account/custom-rulesets/:splat 301
17391743
/waf/exposed-credentials-check/* /waf/managed-rules/check-for-exposed-credentials/:splat 301
17401744
/waf/security-events/* /waf/analytics/security-events/:splat 301
17411745
/web3/polygon-gateway/* /web3/ 301
88.5 KB
Loading
-88.2 KB
Binary file not shown.

src/assets/images/reference-architecture/augment-access-with-serverless/diagram1.svg

Lines changed: 238 additions & 0 deletions
Loading

src/assets/images/reference-architecture/augment-access-with-serverless/diagram2.svg

Lines changed: 112 additions & 0 deletions
Loading
-42.9 KB
Loading
-23.5 KB
Loading
-17.9 KB
Loading

0 commit comments

Comments
 (0)