Skip to content

Commit

Permalink
Adding Tag support on v2/metadataWithTags endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
linkar-ec2 committed Dec 7, 2018
1 parent e422544 commit 303d61e
Show file tree
Hide file tree
Showing 17 changed files with 796 additions and 2,811 deletions.
2 changes: 1 addition & 1 deletion agent/app/agent.go
Original file line number Diff line number Diff line change
Expand Up @@ -556,8 +556,8 @@ func (agent *ecsAgent) startAsyncRoutines(

statsEngine := stats.NewDockerStatsEngine(agent.cfg, agent.dockerClient, containerChangeEventStream)

// Start serving the endpoint to fetch IAM Role credentials and other task metadata
state.SetECSClient(client)
// Start serving the endpoint to fetch IAM Role credentials and other task metadata
go handlers.ServeTaskHTTPEndpoint(credentialsManager, state, agent.containerInstanceARN, agent.cfg, statsEngine, agent.availabilityZone)

// Start sending events to the backend
Expand Down
Loading

0 comments on commit 303d61e

Please sign in to comment.