Forge · Application Delivery Golden Path · Executive Report
Cloudflare POC: the building blocks work
Status as of 24 September 2026 · Proof of concept · Non-production
Outcome: In one working session we stood up a live, monitored static site on Cloudflare, built entirely from reviewable code and a tightly scoped credential, with no access to production. The Cloudflare half of the V1 golden path is proven. The main remaining risk is the automated GitHub pipeline, which is the next spike.
1 session
From zero tooling to a live, monitored site
0
Production accounts reachable by the POC credential
0
Secrets in code, site files or tickets
3 / 0 / 0
Resources added / changed / destroyed, via reviewed plan
What we set out to prove, and where we landed
| Question | Status | Evidence |
| Can infrastructure be created from code, with a preview before any change? | Proven | Terraform previewed then created the hosting project, custom domain and DNS entry. No manual console changes. |
| Can we work with least-privilege access? | Proven | The credential works only on the test account and one test zone. Production accounts were checked and correctly refused. |
| Can a site be deployed and served? | Proven | The Forge portal is live on Cloudflare's global network. |
| Can we observe real user experience? | Proven | Datadog Real User Monitoring is live. It only collects after visitor consent and masks anything typed. |
| Does it work from inside an enterprise network? | Proven | Yes, with one known tooling setting. |
| Can the site run on a company domain with a certificate? | Waiting | Configured on Cloudflare. Waiting for one entry at the external DNS provider. |
| Can access be limited to employees (single sign-on)? | Waiting | Design agreed. Needs one-time setup: Zero Trust enablement and a sign-on app registration. |
| Can teams ship through GitHub with no stored keys? | Not yet tested | This is the core V1 promise and the largest open risk. Every deployment today ran from an engineer's machine. |
Bottom line: 5 of 8 proven, 2 waiting on other teams, 1 not yet tested. Nothing found so far blocks the V1 design.