forked from wwWallet/wallet-ecosystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/dc4eu-rome'
- Loading branch information
Showing
132 changed files
with
1,726 additions
and
3,531 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-acme-verifier-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-acme: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-acme-verifier:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/acme-verifier/Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-ehic-issuer-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-ehic: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-ehic-issuer:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/ehic-issuer/Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-pda1-issuer-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-pda1: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-pda1-issuer:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/pda1-issuer/Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
.github/workflows/docker-push-wallet-enterprise-vid-issuer-latest.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
name: Push Docker image | ||
on: | ||
push: | ||
branches: | ||
- dc4eu-rome | ||
|
||
jobs: | ||
push-vid: | ||
permissions: | ||
contents: read | ||
packages: write | ||
|
||
uses: ./.github/workflows/docker-build-push.yml | ||
secrets: inherit | ||
with: | ||
image-tag: ghcr.io/gunet/wallet-enterprise-vid-issuer:latest | ||
docker-push: true | ||
dockerfile-path: ./wallet-enterprise-configurations/vid-issuer/Dockerfile |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ docker-compose.yml | |
*.production* | ||
*.tar | ||
.npmrc | ||
dataset.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
[submodule "wallet-enterprise"] | ||
path = wallet-enterprise | ||
url = [email protected]:gunet/wallet-enterprise.git | ||
[submodule "wallet-backend-server"] | ||
path = wallet-backend-server | ||
url = [email protected]:wwwallet/wallet-backend-server.git | ||
url = [email protected]:gunet/wallet-backend-server.git | ||
[submodule "wallet-frontend"] | ||
path = wallet-frontend | ||
url = [email protected]:wwwallet/wallet-frontend.git | ||
[submodule "wallet-enterprise"] | ||
path = wallet-enterprise | ||
url = [email protected]:wwwallet/wallet-enterprise.git | ||
url = [email protected]:gunet/wallet-frontend.git | ||
[submodule "resources-vault"] | ||
path = resources-vault | ||
url = [email protected]:gunet/resources-vault.git | ||
[submodule "credential-status-list"] | ||
path = credential-status-list | ||
url = [email protected]:gunet/credential-status-list.git |
Submodule credential-status-list
added at
d5cfde
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule resources-vault
added at
dfaff6
Submodule wallet-backend-server
updated
4 files
+5 −2 | .github/workflows/docker-image.yml | |
+10 −7 | .github/workflows/docker-push.yml | |
+7 −1 | src/services/OpenidForCredentialIssuanceService.ts | |
+2 −2 | src/services/VerifierRegistryService.ts |
Submodule wallet-enterprise
updated
38 files
Oops, something went wrong.