Skip to content

Commit 9039949

Browse files
committed
makes exec work with auth token
1 parent bc5eaa5 commit 9039949

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/exec/cli.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ func Cli(cfg *config.Config, args []string) error {
8585
return err
8686
}
8787
u := remote.New(remote.RemoteConfig{
88+
AuthToken: cfg.Exec.AuthToken,
8889
UpstreamAddress: cfg.Exec.ServerAddress,
8990
UpstreamThreads: cfg.Exec.UpstreamThreads,
9091
UpstreamRequestTimeout: cfg.Exec.UpstreamRequestTimeout,

0 commit comments

Comments
 (0)