Skip to content

Commit

Permalink
Update aws auth type doc (#5488)
Browse files Browse the repository at this point in the history
Co-authored-by: Christine Chen <ChristineTChen@users.noreply.github.com>
Co-authored-by: Florimond Manca <florimond.manca@gmail.com>
  • Loading branch information
3 people committed Jan 30, 2020
1 parent 7813bf8 commit c05890f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apache/datadog_checks/apache/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ instances:
## |__ aws_region
## |__ aws_host
## |__ aws_service
##
## The `aws` auth type relies on boto3 to automatically gather AWS credentials (e.g. from `.aws/credentials`).
## Details: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#configuring-credentials
#
# auth_type: basic

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@
|__ aws_region
|__ aws_host
|__ aws_service
The `aws` auth type relies on boto3 to automatically gather AWS credentials (e.g. from `.aws/credentials`).
Details: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#configuring-credentials
- name: username
value:
type: string
Expand Down
3 changes: 3 additions & 0 deletions vault/datadog_checks/vault/data/conf.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ instances:
## |__ aws_region
## |__ aws_host
## |__ aws_service
##
## The `aws` auth type relies on boto3 to automatically gather AWS credentials (e.g. from `.aws/credentials`).
## Details: https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html#configuring-credentials
#
# auth_type: basic

Expand Down

0 comments on commit c05890f

Please sign in to comment.