Ishan Anilbhai Koradiya
09/26/2024, 6:47 AMuser
09/26/2024, 6:48 AMairbyte-config-secrets
Kubernetes secret, under the aws-secret-manager-access-key-id
and aws-secret-manager-secret-access-key
keys. Here is an example of how to configure these: yaml global: secretsManager: type: awsSecretManager awsSecretManager: region: <aws-region> authenticationType: credentials ## Use "credentials" or "instanceProfile" tags: ## Optional - You may add tags to new secrets created by Airbyte. - key: ## e.g. team value: ## e.g. deployments - key: business-unit value: engineering kms: ## Optional - ARN for KMS Decryption.
You can find more details in the [Airbyte documentation](https://docs.airbyte.com/enterprise-setup/implementation-guide#configuring-external-connector-secret-management).