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
Right now tunnel token is used as part of command array, which makes it easy readable. Instead it's recommended to pass this kind of data via secret to env var, something like this:
Right now tunnel token is used as part of
command
array, which makes it easy readable. Instead it's recommended to pass this kind of data via secret to env var, something like this:or just set
$TUNNEL_TOKEN
env var and don't set--token
cli arg (https://developers.cloudflare.com/cloudflare-one/connections/connect-networks/configure-tunnels/tunnel-run-parameters/#token)Of cource this would require controller to manage secret with tunnel token.
The text was updated successfully, but these errors were encountered: