Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wolf4ood committed Jun 28, 2023
1 parent 896c592 commit cad787f
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 88 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ jobs:

miw-integration-tests:
runs-on: ubuntu-latest
continue-on-error: true
needs: [ verify-formatting, verify-license-headers ]

steps:
Expand Down
3 changes: 2 additions & 1 deletion edc-tests/e2e-tests/src/test/resources/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ services:
APPLICATION_ENVIRONMENT: dev
DB_HOST: postgres
DB_PORT: 5432
USE_SSL: false

#create miw database and update below properties
DB_USER_NAME: keycloak
Expand All @@ -55,7 +56,7 @@ services:
KEYCLOAK_MIW_PUBLIC_CLIENT: miw_public
MANAGEMENT_PORT: 8090
MIW_HOST_NAME: localhost:8080
ENFORCE_HTTPS_IN_DID_RESOLUTION: 'false'
ENFORCE_HTTPS_IN_DID_RESOLUTION: false
ENCRYPTION_KEY: Woh9waid4Ei5eez0aitieghoow9so4oe
AUTHORITY_WALLET_BPN: BPNL000000000000
AUTHORITY_WALLET_NAME: Catena-X
Expand Down
Loading

0 comments on commit cad787f

Please sign in to comment.