Skip to content

Commit

Permalink
Add HTTP credential provider and URL split unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
zhihonl committed Dec 11, 2024
1 parent 0fbc052 commit 25a12e1
Show file tree
Hide file tree
Showing 4 changed files with 528 additions and 10 deletions.
5 changes: 2 additions & 3 deletions src/aws/flb_aws_credentials_http.c
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,8 @@ struct flb_aws_provider *flb_endpoint_provider_create(struct flb_config *config,
}

/*
* ECS Provider
* The ECS Provider is just a wrapper around the HTTP Provider
* with the ECS credentials endpoint.
* HTTP Provider for ECS and EKS container credentials
* This creates a HTTP Provider that queries the ECS or EKS credentials endpoint.
*/

struct flb_aws_provider *flb_http_provider_create(struct flb_config *config,
Expand Down
Loading

0 comments on commit 25a12e1

Please sign in to comment.