Skip to content

Commit

Permalink
fix: restore secret persistence config (#14015)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpgrailsdev committed Sep 18, 2024
1 parent da74ee2 commit 55f8144
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions airbyte-workers/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,28 @@ airbyte:
enabled: ${SHOULD_RUN_NOTIFY_WORKFLOWS:true}
max-workers: ${MAX_NOTIFY_WORKERS:5}
role: ${AIRBYTE_ROLE:dev}
secret:
persistence: ${SECRET_PERSISTENCE:TESTING_CONFIG_DB_TABLE}
store:
aws:
access-key: ${AWS_SECRET_MANAGER_ACCESS_KEY_ID:}
secret-key: ${AWS_SECRET_MANAGER_SECRET_ACCESS_KEY:}
region: ${AWS_SECRET_MANAGER_REGION:}
kmsKeyArn: ${AWS_KMS_KEY_ARN:}
tags: ${AWS_SECRET_MANAGER_SECRET_TAGS:}
gcp:
credentials: ${SECRET_STORE_GCP_CREDENTIALS:}
project-id: ${SECRET_STORE_GCP_PROJECT_ID:}
vault:
address: ${VAULT_ADDRESS:}
prefix: ${VAULT_PREFIX:}
token: ${VAULT_AUTH_TOKEN:}
azure:
vault-url: ${AB_AZURE_KEY_VAULT_VAULT_URL:}
tenant-id: ${AB_AZURE_KEY_VAULT_TENANT_ID:}
client-id: ${AB_AZURE_KEY_VAULT_CLIENT_ID:}
client-secret: ${AB_AZURE_KEY_VAULT_CLIENT_SECRET:}
tags: ${AB_AZURE_KEY_VAULT_TAGS:}
temporal:
worker:
ports: ${TEMPORAL_WORKER_PORTS:}
Expand Down

0 comments on commit 55f8144

Please sign in to comment.