File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
airbyte-workers/src/main/resources Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -181,6 +181,28 @@ airbyte:
181
181
enabled : ${SHOULD_RUN_NOTIFY_WORKFLOWS:true}
182
182
max-workers : ${MAX_NOTIFY_WORKERS:5}
183
183
role : ${AIRBYTE_ROLE:dev}
184
+ secret :
185
+ persistence : ${SECRET_PERSISTENCE:TESTING_CONFIG_DB_TABLE}
186
+ store :
187
+ aws :
188
+ access-key : ${AWS_SECRET_MANAGER_ACCESS_KEY_ID:}
189
+ secret-key : ${AWS_SECRET_MANAGER_SECRET_ACCESS_KEY:}
190
+ region : ${AWS_SECRET_MANAGER_REGION:}
191
+ kmsKeyArn : ${AWS_KMS_KEY_ARN:}
192
+ tags : ${AWS_SECRET_MANAGER_SECRET_TAGS:}
193
+ gcp :
194
+ credentials : ${SECRET_STORE_GCP_CREDENTIALS:}
195
+ project-id : ${SECRET_STORE_GCP_PROJECT_ID:}
196
+ vault :
197
+ address : ${VAULT_ADDRESS:}
198
+ prefix : ${VAULT_PREFIX:}
199
+ token : ${VAULT_AUTH_TOKEN:}
200
+ azure :
201
+ vault-url : ${AB_AZURE_KEY_VAULT_VAULT_URL:}
202
+ tenant-id : ${AB_AZURE_KEY_VAULT_TENANT_ID:}
203
+ client-id : ${AB_AZURE_KEY_VAULT_CLIENT_ID:}
204
+ client-secret : ${AB_AZURE_KEY_VAULT_CLIENT_SECRET:}
205
+ tags : ${AB_AZURE_KEY_VAULT_TAGS:}
184
206
temporal :
185
207
worker :
186
208
ports : ${TEMPORAL_WORKER_PORTS:}
You can’t perform that action at this time.
0 commit comments