From cf08f341d1e984a55b02405efb98940507e125fc Mon Sep 17 00:00:00 2001 From: Glen Neff <129413597+glen-neff@users.noreply.github.com> Date: Fri, 31 Mar 2023 12:53:07 -0400 Subject: [PATCH] docs(outputs.http): add service to aws creds (#13003) --- plugins/outputs/http/README.md | 3 +++ plugins/outputs/http/sample.conf | 3 +++ 2 files changed, 6 insertions(+) diff --git a/plugins/outputs/http/README.md b/plugins/outputs/http/README.md index 165f66c88135c..c7f3a2843f2d1 100644 --- a/plugins/outputs/http/README.md +++ b/plugins/outputs/http/README.md @@ -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 diff --git a/plugins/outputs/http/sample.conf b/plugins/outputs/http/sample.conf index b15cee5573541..0856ddfa8874f 100644 --- a/plugins/outputs/http/sample.conf +++ b/plugins/outputs/http/sample.conf @@ -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