You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior: Token passed as --token CLI argument, visible in process list
Proposed: Use --token-file by default, write token to /etc/cloudflared/token with mode 600
Benefit: Prevents token exposure via ps, /proc, service file, system logs
I was very surprised when running ps on my system after install to see my tunnel token visible. The default setup allows any other process on the machine (not containerized or otherwise isolated) to steal the tunnel token.