Authentication & Authorization
This repo doesn’t define a single auth system; access depends on the deployment surface.
Kubernetes
- Authentication is via your kubeconfig context.
- Authorization is enforced by cluster RBAC.
Recommended:
- Use least-privilege kubeconfigs per environment/namespace.
- Avoid cluster-admin for day-to-day chart installs.
Cloudflare (Wrangler)
- Authenticate Wrangler using
wrangler loginor API token-based auth. - Use scoped tokens with only the permissions required for the target Worker/Container.
Next: Getting Started · Reference · Changelog · Support