We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 533d005 + a11c64b commit 89d408eCopy full SHA for 89d408e
cmd/cloudflared/access/cmd.go
@@ -143,11 +143,13 @@ func Commands() []*cli.Command {
143
Name: sshTokenIDFlag,
144
Aliases: []string{"id"},
145
Usage: "specify an Access service token ID you wish to use.",
146
+ EnvVars: []string{"TUNNEL_SERVICE_TOKEN_ID"},
147
},
148
&cli.StringFlag{
149
Name: sshTokenSecretFlag,
150
Aliases: []string{"secret"},
151
Usage: "specify an Access service token secret you wish to use.",
152
+ EnvVars: []string{"TUNNEL_SERVICE_TOKEN_SECRET"},
153
154
155
Name: logger.LogSSHDirectoryFlag,
0 commit comments