Skip to content

Commit

Permalink
Revert "bind introspection to localhost"
Browse files Browse the repository at this point in the history
This reverts commit 899e233.
  • Loading branch information
yhlee-aws committed Sep 2, 2020
1 parent d768757 commit 5f2a38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/handlers/introspection_server_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func introspectionServerSetup(containerInstanceArn *string, taskEngine handlersu
loggingServeMux.Handle("/", LoggingHandler{serverMux})

server := &http.Server{
Addr: "127.0.0.1:" + strconv.Itoa(config.AgentIntrospectionPort),
Addr: ":" + strconv.Itoa(config.AgentIntrospectionPort),
Handler: loggingServeMux,
ReadTimeout: readTimeout,
WriteTimeout: writeTimeout,
Expand Down

0 comments on commit 5f2a38e

Please sign in to comment.