Skip to content

Commit

Permalink
Use profcomff auth backend
Browse files Browse the repository at this point in the history
  • Loading branch information
dyakovri committed Apr 25, 2024
1 parent 80a5391 commit d554b6a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ jobs:
--env AIRFLOW__API__ACCESS_CONTROL_ALLOW_HEADERS="content-type, origin, authorization, accept" \
--env AIRFLOW__API__ACCESS_CONTROL_ALLOW_METHODS="GET, POST, PATCH, OPTIONS, DELETE" \
--env AIRFLOW__API__ACCESS_CONTROL_ALLOW_ORIGINS="https://api.test.profcomff.com" \
--env AIRFLOW__API__AUTH_BACKENDS="auth_lib.airflow.auth_api" \
--env AUTH_URL="https://api.test.profcomff.com/auth/" \
--env USERDATA_URL="https://api.test.profcomff.com/userdata/" \
--name ${{ env.CONTAINER_NAME }} \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:test
Expand Down Expand Up @@ -126,5 +129,8 @@ jobs:
--env AIRFLOW__API__ACCESS_CONTROL_ALLOW_HEADERS="content-type, origin, authorization, accept" \
--env AIRFLOW__API__ACCESS_CONTROL_ALLOW_METHODS="GET, POST, PATCH, OPTIONS, DELETE" \
--env AIRFLOW__API__ACCESS_CONTROL_ALLOW_ORIGINS="https://api.profcomff.com" \
--env AIRFLOW__API__AUTH_BACKENDS="auth_lib.airflow.auth_api" \
--env AUTH_URL="https://api.profcomff.com/auth/" \
--env USERDATA_URL="https://api.profcomff.com/userdata/" \
--name ${{ env.CONTAINER_NAME }} \
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest

0 comments on commit d554b6a

Please sign in to comment.