Skip to content

Commit

Permalink
Added doc fields for aws_v4 auth
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrconley committed May 10, 2024
1 parent 002529e commit e740e40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
3 changes: 2 additions & 1 deletion internal/httpclient/auth.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,8 @@ func awsV4FieldSpec() *service.ConfigField {
service.NewStringField(av4FieldService).
Description("Optional service name to use for the request").
Default(""),
)
).Advanced().
Description("Allows you to specify AWS V4 authentication.")
}

func awsV4FromParsed(conf *service.ParsedConfig) (res AWSV4Config, err error) {
Expand Down
5 changes: 1 addition & 4 deletions website/docs/components/inputs/http_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ input:
url: "" # No default (required)
verb: GET
headers: {}
aws_v4:
enabled: false
service: ""
rate_limit: "" # No default (optional)
timeout: 5s
payload: "" # No default (optional)
Expand Down Expand Up @@ -484,7 +481,7 @@ Default: `{}`

### `aws_v4`

Sorry! This field is missing documentation.
Allows you to specify AWS V4 authentication.


Type: `object`
Expand Down
5 changes: 1 addition & 4 deletions website/docs/components/outputs/http_client.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ output:
url: "" # No default (required)
verb: POST
headers: {}
aws_v4:
enabled: false
service: ""
rate_limit: "" # No default (optional)
timeout: 5s
max_in_flight: 64
Expand Down Expand Up @@ -456,7 +453,7 @@ Default: `{}`

### `aws_v4`

Sorry! This field is missing documentation.
Allows you to specify AWS V4 authentication.


Type: `object`
Expand Down
5 changes: 1 addition & 4 deletions website/docs/components/processors/http.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ http:
url: "" # No default (required)
verb: POST
headers: {}
aws_v4:
enabled: false
service: ""
rate_limit: "" # No default (optional)
timeout: 5s
parallel: false
Expand Down Expand Up @@ -476,7 +473,7 @@ Default: `{}`

### `aws_v4`

Sorry! This field is missing documentation.
Allows you to specify AWS V4 authentication.


Type: `object`
Expand Down

0 comments on commit e740e40

Please sign in to comment.