Skip to content

chore: remove Cloudflare Access section from public docs#68

Merged
suisuss merged 1 commit into
mainfrom
chore/remove-cf-from-public-docs
May 12, 2026
Merged

chore: remove Cloudflare Access section from public docs#68
suisuss merged 1 commit into
mainfrom
chore/remove-cf-from-public-docs

Conversation

@suisuss
Copy link
Copy Markdown
Contributor

@suisuss suisuss commented May 12, 2026

Summary

  • Removes the "Gated Environments (Cloudflare Access)" section from `docs/concepts.md`.
  • Documentation-only change: no Go code, tests, or behavior touched.
  • The CF Access feature continues to work — `CF_ACCESS_CLIENT_ID`/`CF_ACCESS_CLIENT_SECRET`, `CF_AUTHORIZATION`, and per-host `hosts.yml` `headers:` maps still flow through `internal/http/cfaccess.go` and the shared HTTP client.
  • Rationale: the public-facing CLI guide should not advertise the Cloudflare gating mechanism that fronts our environments.

Test plan

  • `grep` confirms no remaining CF / Cloudflare / `CF_ACCESS` / `cloudflared` references in `docs/` or `README.md`.
  • No inbound links to the deleted section anywhere in the repo.
  • Auto-generated `docs/kh_*.md` files (cobra) do not reference CF — no command help text mentions it.
  • Reviewer sanity-check: `kh auth login` against a CF-gated host still works with `CF_AUTHORIZATION` set.

Drop the "Gated Environments (Cloudflare Access)" block from
docs/concepts.md. The CF Access env vars (CF_ACCESS_CLIENT_ID/SECRET,
CF_AUTHORIZATION) and per-host hosts.yml headers map continue to work
unchanged; this is a documentation-only removal so the public-facing
guide does not advertise the Cloudflare gating mechanism.
@suisuss suisuss merged commit 13e6047 into main May 12, 2026
4 checks passed
@suisuss suisuss deleted the chore/remove-cf-from-public-docs branch May 12, 2026 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant