Skip to content

Commit

Permalink
docs(outputs.http): add service to aws creds (influxdata#13003)
Browse files Browse the repository at this point in the history
  • Loading branch information
glen-neff authored Mar 31, 2023
1 parent 705e0c6 commit cf08f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/outputs/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ to use them.
#region = "us-east-1"

## Amazon Credentials
## Amazon Credentials are not attempted unless aws_service is set to a non-empty string and may need to match the name of the service you're outputting to
#aws_service = "execute-api"

## Credentials are loaded in the following order
## 1) Web identity provider credentials via STS if role_arn and web_identity_token_file are specified
## 2) Assumed credentials via STS if role_arn is specified
Expand Down
3 changes: 3 additions & 0 deletions plugins/outputs/http/sample.conf
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@
#region = "us-east-1"

## Amazon Credentials
## Amazon Credentials are not attempted unless aws_service is set to a non-empty string and may need to match the name of the service you're ouputting to
#aws_service = "execute-api"

## Credentials are loaded in the following order
## 1) Web identity provider credentials via STS if role_arn and web_identity_token_file are specified
## 2) Assumed credentials via STS if role_arn is specified
Expand Down

0 comments on commit cf08f34

Please sign in to comment.