Skip to content

Commit

Permalink
Update documentation for aws secret manager configs (#35057)
Browse files Browse the repository at this point in the history
  • Loading branch information
terencecho committed Feb 9, 2024
1 parent d6c8738 commit 2080c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/operator-guides/configuring-airbyte.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ The following variables are relevant to both Docker and Kubernetes.
7. `VAULT_AUTH_METHOD` - How vault will preform authentication. Currently, only supports Token auth. Defaults to token. Alpha Support.
8. `AWS_ACCESS_KEY` - Defines the aws_access_key_id from the AWS credentials to use for AWS Secret Manager.
9. `AWS_SECRET_ACCESS_KEY`- Defines aws_secret_access_key to use for the AWS Secret Manager.
10. `AWS_KMS_KEY_ARN` - Optional param that defines the KMS Encryption key used for the AWS Secret Manager.
11. `AWS_SECRET_MANAGER_SECRET_TAGS` - Defines the tags that will be included to all writes to the AWS Secret Manager. The format should be "key1=value1,key2=value2".

#### Database

Expand Down

0 comments on commit 2080c8c

Please sign in to comment.