Skip to content

Commit

Permalink
enable the log 401 experiment for the CLI/smoke tests (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakecoffman authored Aug 23, 2023
1 parent 394b5f8 commit 14d1040
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/infra/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ func NewProxy(ctx context.Context, cli *client.Client, params *RunParams, nets *
Env: []string{
"JOB_ID=" + jobID,
"PROXY_CACHE=true",
"LOG_RESPONSE_BODY_ON_AUTH_FAILURE=true",
},
Entrypoint: []string{
"sh", "-c", "update-ca-certificates && /update-job-proxy",
Expand Down

0 comments on commit 14d1040

Please sign in to comment.