chore: clean up cloudflared token handling and add pending files
- Remove hardcoded TUNNEL_TOKEN from cloudflared docker-compose.yml
(now reads from .env via ${TUNNEL_TOKEN:?...})
- Delete backup file that contained raw token
- Add .env.example template for cloudflared
- Add scripts/rollout-cloudflared-token.sh for token rotation
- Add apps/kitestacks-portal/public/flux/index.html (FluxCD status page)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
0d3fc4051c
commit
e3cfa80d98
5 changed files with 73 additions and 10 deletions
1
apps/cloudflared/.env.example
Normal file
1
apps/cloudflared/.env.example
Normal file
|
|
@ -0,0 +1 @@
|
|||
TUNNEL_TOKEN=<cloudflare_tunnel_connector_token>
|
||||
Loading…
Add table
Add a link
Reference in a new issue