Skip to content

Commit

Permalink
Revert "generic-worker: let the taskcluster proxy listen on all inter…
Browse files Browse the repository at this point in the history
…faces"

This reverts commit 0b0b6c0.
  • Loading branch information
matt-boris committed Oct 30, 2024
1 parent 38228c7 commit 8dff2a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workers/generic-worker/tcproxy/tcproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func New(taskclusterProxyExecutable string, httpPort uint16, rootURL string, cre
"--root-url", rootURL,
"--client-id", creds.ClientID,
"--access-token", creds.AccessToken,
"--ip-address", "127.0.0.1",
}
if creds.Certificate != "" {
args = append(args, "--certificate", creds.Certificate)
Expand Down

0 comments on commit 8dff2a4

Please sign in to comment.