Skip to content

Commit

Permalink
makes exec work with auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
petethepig committed Feb 4, 2021
1 parent bc5eaa5 commit 9039949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/exec/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ func Cli(cfg *config.Config, args []string) error {
return err
}
u := remote.New(remote.RemoteConfig{
AuthToken: cfg.Exec.AuthToken,
UpstreamAddress: cfg.Exec.ServerAddress,
UpstreamThreads: cfg.Exec.UpstreamThreads,
UpstreamRequestTimeout: cfg.Exec.UpstreamRequestTimeout,
Expand Down

0 comments on commit 9039949

Please sign in to comment.