-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: host issuer and verifier as walletkit subdomain (#179)
- Loading branch information
1 parent
b1cfd08
commit 177165f
Showing
2 changed files
with
39 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ metadata: | |
data: | ||
issuer-config.json: | | ||
{ | ||
"issuerUiUrl": "https://issuer.walt-test.cloud", | ||
"issuerApiUrl": "https://issuer.walt-test.cloud/issuer-api/default", | ||
"issuerUiUrl": "https://issuer.walletkit.walt-test.cloud", | ||
"issuerApiUrl": "https://issuer.walletkit.walt-test.cloud/issuer-api/default", | ||
"issuerClientName": "walt.id Issuer Portal", | ||
"wallets": { | ||
"walt.id": { | ||
|
@@ -20,8 +20,8 @@ data: | |
} | ||
verifier-config.json: | | ||
{ | ||
"verifierUiUrl": "https://verifier.walt-test.cloud", | ||
"verifierApiUrl": "https://verifier.walt-test.cloud/verifier-api/default", | ||
"verifierUiUrl": "https://verifier.walletkit.walt-test.cloud", | ||
"verifierApiUrl": "https://verifier.walletkit.walt-test.cloud/verifier-api/default", | ||
"wallets": { | ||
"walt.id": { | ||
"id": "walt.id", | ||
|
@@ -39,7 +39,7 @@ data: | |
"issuers": { | ||
"walt.id": { | ||
"id": "walt.id", | ||
"url": "https://issuer.walt-test.cloud/issuer-api/default/oidc", | ||
"url": "https://issuer.walletkit.walt-test.cloud/issuer-api/default/oidc", | ||
"description": "walt.id Issuer Portal" | ||
}, | ||
"yes.com": { | ||
|
@@ -49,7 +49,7 @@ data: | |
}, | ||
"[email protected]": { | ||
"id": "[email protected]", | ||
"url": "https://issuer.walt-test.cloud/onboarding-api/oidc", | ||
"url": "https://issuer.walletkit.walt-test.cloud/onboarding-api/oidc", | ||
"description": "walt.id On-Boarding service" | ||
}, | ||
"howest": { | ||
|
@@ -219,23 +219,13 @@ metadata: | |
spec: | ||
tls: | ||
- hosts: | ||
- walletkit.walt-test.cloud | ||
- verifier.walt-test.cloud | ||
- issuer.walt-test.cloud | ||
- verifier.walletkit.walt-test.cloud | ||
- issuer.walletkit.walt-test.cloud | ||
- verifier.howest.walt-test.cloud | ||
- walletkit.walt-test.cloud | ||
secretName: walletkit-tls-secret | ||
rules: | ||
- host: walletkit.walt-test.cloud | ||
http: | ||
paths: | ||
- path: / | ||
pathType: Prefix | ||
backend: | ||
service: | ||
name: walletkit | ||
port: | ||
number: 80 | ||
- host: verifier.walt-test.cloud | ||
- host: verifier.walletkit.walt-test.cloud | ||
http: | ||
paths: | ||
- path: /verifier-api/ | ||
|
@@ -259,7 +249,7 @@ spec: | |
name: verifier-portal | ||
port: | ||
number: 80 | ||
- host: issuer.walt-test.cloud | ||
- host: issuer.walletkit.walt-test.cloud | ||
http: | ||
paths: | ||
- path: /issuer-api/ | ||
|
@@ -290,3 +280,13 @@ spec: | |
name: issuer-portal | ||
port: | ||
number: 80 | ||
- host: walletkit.walt-test.cloud | ||
http: | ||
paths: | ||
- path: / | ||
pathType: Prefix | ||
backend: | ||
service: | ||
name: walletkit | ||
port: | ||
number: 80 |
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