Skip to content

Commit

Permalink
Add ENV Variable FIDO2_DEMO_PAS_BASE_URL for fido2 docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
korbelm committed Nov 20, 2024
1 parent 6f5bdf1 commit e267345
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ jobs:
- name: Build and push container image to Azure registry
uses: docker/build-push-action@v6
with:
push: false #${{ github.actor != 'dependabot[bot]' && (github.event_name == 'workflow_dispatch' || github.event_name == 'push') }}
push: ${{ github.actor != 'dependabot[bot]' && (github.event_name == 'workflow_dispatch' || github.event_name == 'push') }}
platforms: linux/amd64,linux/arm64
tags: powerauth.azurecr.io/ppowerauth-fido2-tests:${{ github.sha }}
tags: powerauth.azurecr.io/powerauth-fido2-tests:${{ github.sha }}
file: ./powerauth-fido2-tests/docker-powerauth-fido2-tests/Dockerfile
context: ./powerauth-fido2-tests
cache-from: type=gha
Expand Down
1 change: 1 addition & 0 deletions powerauth-fido2-tests/deploy/conf/fido2-demo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Parameter name="powerauth.fido2.test.service.hideDeveloperOptions" value="${FIDO2_DEMO_HIDE_OPTIONS:true}"/>
<Parameter name="powerauth.fido2.test.service.emailAddressRequired" value="${FIDO2_DEMO_EMAIL_REQUIRED:true}"/>

<Parameter name="powerauth.service.baseUrl" value="${FIDO2_DEMO_PAS_BASE_URL:}"/>
<Parameter name="powerauth.service.applicationId" value="${FIDO2_DEMO_PAS_APP_ID:}"/>
<Parameter name="powerauth.service.security.clientToken" value="${FIDO2_DEMO_PAS_CLIENT_TOKEN:}"/>
<Parameter name="powerauth.service.security.clientSecret" value="${FIDO2_DEMO_PAS_CLIENT_SECRET:}"/>
Expand Down

0 comments on commit e267345

Please sign in to comment.