Skip to content

Commit

Permalink
chore: add control/data plane envs to yml file. (#13379)
Browse files Browse the repository at this point in the history
  • Loading branch information
tryangul committed Aug 1, 2024
1 parent e7f9c49 commit 52c4e50
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airbyte-init-container/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ micronaut:
enabled: false

airbyte:
control.plane.auth-endpoint: ${CONTROL_PLANE_AUTH_ENDPOINT}
data.plane.service-account:
credentials-path: ${DATA_PLANE_SERVICE_ACCOUNT_CREDENTIALS_PATH:}
email: ${DATA_PLANE_SERVICE_ACCOUNT_EMAIL:}
feature-flag:
client: ${FEATURE_FLAG_CLIENT:}
path: ${FEATURE_FLAG_PATH:/flags}
Expand Down

0 comments on commit 52c4e50

Please sign in to comment.