🖌️ Allow providing TokenID and TokenSecret as env vars when calling cloudflared access
Implements #232
This commit is contained in:
parent
98a0844f56
commit
e404c29edb
|
@ -143,11 +143,13 @@ func Commands() []*cli.Command {
|
|||
Name: sshTokenIDFlag,
|
||||
Aliases: []string{"id"},
|
||||
Usage: "specify an Access service token ID you wish to use.",
|
||||
EnvVars: []string{"CLOUDFLARE_SERVICE_TOKEN_ID"},
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: sshTokenSecretFlag,
|
||||
Aliases: []string{"secret"},
|
||||
Usage: "specify an Access service token secret you wish to use.",
|
||||
EnvVars: []string{"CLOUDFLARE_SERVICE_TOKEN_SECRET"},
|
||||
},
|
||||
&cli.StringFlag{
|
||||
Name: logger.LogSSHDirectoryFlag,
|
||||
|
|
Loading…
Reference in New Issue