Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
update beta values, remove pre-prod
Browse files Browse the repository at this point in the history
  • Loading branch information
MajdT51 committed Feb 28, 2023
1 parent 6293e38 commit a616c48
Show file tree
Hide file tree
Showing 6 changed files with 79 additions and 125 deletions.
2 changes: 1 addition & 1 deletion charts/managed-identity-wallets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.4
version: 0.7.5
appVersion: 3.3.2

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions charts/managed-identity-wallets/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# managed-identity-wallets

![Version: 0.7.4](https://img.shields.io/badge/Version-0.7.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square)
![Version: 0.7.5](https://img.shields.io/badge/Version-0.7.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square)

Managed Identity Wallets Service

Expand Down Expand Up @@ -67,7 +67,7 @@ Managed Identity Wallets Service
| acapy.endorser.adminPort | string | `"11000"` | The port at which the admin API is reachable |
| acapy.endorser.adminUrl | string | `"http://localhost:11000"` | The url of the admin API |
| acapy.endorser.secret.apikey | string | `"0"` | The API key of the admin endpoints. It must be a random and secure string |
| acapy.endorser.secret.walletseed | string | `"RandomSeedPlaceHolder0x135791113"` | The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers) |
| acapy.endorser.secret.walletseed | string | `"RandomSeedPlaceHolder0x135791113"` | The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers). It must be registired on the used ledger as endorser. |
| acapy.endorser.secret.dbaccount | string | `"postgres"` | |
| acapy.endorser.secret.dbadminuser | string | `"postgres"` | |
| acapy.endorser.secret.dbadminpassword | string | `"postgres"` | |
Expand All @@ -86,7 +86,7 @@ Managed Identity Wallets Service
| acapy.mt.endorserPublicDid | string | `"ShortDIDPlaceholderX"` | The short DID of the base wallet |
| acapy.mt.webhookUrl | string | `"http://localhost:8080/webhook"` | The url at which events are sent. It should be the webhook endpoint in MIW |
| acapy.mt.secret.apikey | string | `"0"` | The API-Key of the admin endpoints. It must be a random and secure string |
| acapy.mt.secret.walletseed | string | `"RandomSeedPlaceHolder0x246810120"` | The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers) |
| acapy.mt.secret.walletseed | string | `"RandomSeedPlaceHolder0x246810120"` | The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers). It must be registired on the used ledger as endorser. |
| acapy.mt.secret.dbaccount | string | `"postgres"` | |
| acapy.mt.secret.dbadminuser | string | `"postgres"` | |
| acapy.mt.secret.dbadminpassword | string | `"postgres"` | |
Expand Down
95 changes: 73 additions & 22 deletions charts/managed-identity-wallets/values-beta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,12 @@ auth:
redirectUrl: "https://managed-identity-wallets.beta.demo.catena-x.net/callback"
wallet:
baseWalletBpn: "BPNL00000003CRHK"
baseWalletShortDid: "YPp94k3hzcedGE6JBBzd7k"
baseWalletVerkey: "J7QUrkAtsWDGSsNeHKwQxr8aipWCBNvxxGZQ8SjVc5u5"
baseWalletName: "Catena-X-BETA"
membershipOrganisation: "Catena-X"
datapool:
url: "https://catenax-bpdm-beta.demo.catena-x.net"
url: "https://partners-pool.beta.demo.catena-x.net"
authUrl: "https://centralidp.beta.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token"
revocationService:
baseUrlForCredentialList: "https://managed-identity-wallets.beta.demo.catena-x.net/api/credentials/"
Expand All @@ -15,30 +19,77 @@ ingress:
certificate:
host: "managed-identity-wallets.beta.demo.catena-x.net"
acapy:
endpointUrl: "https://managed-identity-wallets.beta.demo.catena-x.net:8000/"
secret:
apikey: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-admin-api-key>
walletseed: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-agent-wallet-seed>
dbaccount: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-db-account>
dbadminuser: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-db-admin>
dbadminpassword: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-db-admin-password>
dbpassword: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-db-password>
jwtsecret: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-jwt-secret>
walletkey: <path:managed-identity-wallets/data/beta/managed-identity-wallets-acapy-secrets#acapy-wallet-key>
endorser:
genesisUrl: "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/genesis"
networkIdentifier: "idunion:test"
endpointUrl: "https://managed-identity-wallets.beta.demo.catena-x.net/didcomm-base"
secret:
apikey: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-admin-api-key>
walletseed: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-agent-wallet-seed>
dbaccount: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-db-account>
dbadminuser: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-db-admin>
dbadminpassword: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-db-admin-password>
dbpassword: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-db-password>
jwtsecret: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-jwt-secret>
walletkey: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-endorser-wallet-key>
mt:
genesisUrl: "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/genesis"
networkIdentifier: "idunion:test"
endpointUrl: "https://managed-identity-wallets.beta.demo.catena-x.net/didcomm-managed-wallets"
endorserPublicDid: "YPp94k3hzcedGE6JBBzd7k"
secret:
apikey: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-admin-api-key>
walletseed: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-agent-wallet-seed>
dbaccount: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-db-account>
dbadminuser: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-db-admin>
dbadminpassword: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-db-admin-password>
dbpassword: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-db-password>
jwtsecret: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-jwt-secret>
walletkey: <path:managed-identity-wallets/data/pre/managed-identity-wallets-acapy-secrets#acapy-mt-wallet-key>
managedIdentityWallets:
secret:
jdbcurl: <path:managed-identity-wallets/data/beta/managed-identity-wallets-secrets#miw-db-jdbc-url>
authclientid: <path:managed-identity-wallets/data/beta/managed-identity-wallets-secrets#miw-auth-client-id>
authclientsecret: <path:managed-identity-wallets/data/beta/managed-identity-wallets-secrets#miw-auth-client-secret>
bpdmauthclientid: <path:managed-identity-wallets/data/beta/managed-identity-wallets-secrets#bpdm-auth-client-id>
bpdmauthclientsecret: <path:managed-identity-wallets/data/beta/managed-identity-wallets-secrets#bpdm-auth-client-secret>
jdbcurl: <path:managed-identity-wallets/data/pre/managed-identity-wallets-secrets#miw-db-jdbc-url>
authclientid: <path:managed-identity-wallets/data/pre/managed-identity-wallets-secrets#miw-auth-client-id>
authclientsecret: <path:managed-identity-wallets/data/pre/managed-identity-wallets-secrets#miw-auth-client-secret>
bpdmauthclientid: <path:managed-identity-wallets/data/pre/managed-identity-wallets-secrets#bpdm-auth-client-id>
bpdmauthclientsecret: <path:managed-identity-wallets/data/pre/managed-identity-wallets-secrets#bpdm-auth-client-secret>
postgresql:
useDefaultJdbcUrl: false
secret:
password: <path:managed-identity-wallets/data/beta/postgres-managed-identity-wallets-secret-config#password>
postgrespassword: <path:managed-identity-wallets/data/beta/postgres-managed-identity-wallets-secret-config#postgres-password>
user: <path:managed-identity-wallets/data/beta/postgres-managed-identity-wallets-secret-config#user>
password: <path:managed-identity-wallets/data/pre/postgres-managed-identity-wallets-secret-config#password>
postgrespassword: <path:managed-identity-wallets/data/pre/postgres-managed-identity-wallets-secret-config#postgres-password>
user: <path:managed-identity-wallets/data/pre/postgres-managed-identity-wallets-secret-config#user>
acapypostgresql:
secret:
password: <path:managed-identity-wallets/data/beta/postgres-acapy-secret-config#password>
postgrespassword: <path:managed-identity-wallets/data/beta/postgres-acapy-secret-config#postgres-password>
user: <path:managed-identity-wallets/data/beta/postgres-acapy-secret-config#user>
password: <path:managed-identity-wallets/data/pre/postgres-acapy-secret-config#password>
postgrespassword: <path:managed-identity-wallets/data/pre/postgres-acapy-secret-config#postgres-password>
user: <path:managed-identity-wallets/data/pre/postgres-acapy-secret-config#user>
resources:
managedIdentityWallets:
requests:
cpu: "200m"
memory: "512Mi"
limits:
cpu: "250m"
memory: "512Mi"
revocationService:
requests:
cpu: "200m"
memory: "512Mi"
limits:
cpu: "250m"
memory: "512Mi"
endorserAcapy:
requests:
cpu: "200m"
memory: "256Mi"
limits:
cpu: "250m"
memory: "512Mi"
mtAcapy:
requests:
cpu: "200m"
memory: "256Mi"
limits:
cpu: "250m"
memory: "512Mi"
2 changes: 0 additions & 2 deletions charts/managed-identity-wallets/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ certificate:
acapy:
endorser:
logLevel: "DEBUG"
genesisUrl: "http://dev.greenlight.bcovrin.vonx.io/genesis"
endpointUrl: "https://managed-identity-wallets.dev.demo.catena-x.net/didcomm-base"
secret:
apikey: <path:managed-identity-wallets/data/dev/managed-identity-wallets-acapy-secrets#acapy-endorser-admin-api-key>
Expand All @@ -34,7 +33,6 @@ acapy:
walletkey: <path:managed-identity-wallets/data/dev/managed-identity-wallets-acapy-secrets#acapy-endorser-wallet-key>
mt:
logLevel: "DEBUG"
genesisUrl: "http://dev.greenlight.bcovrin.vonx.io/genesis"
endpointUrl: "https://managed-identity-wallets.dev.demo.catena-x.net/didcomm-managed-wallets"
endorserPublicDid: "MhLrwtKpZhNCzazMeofPQH"
secret:
Expand Down
95 changes: 0 additions & 95 deletions charts/managed-identity-wallets/values-pre-prod.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions charts/managed-identity-wallets/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ acapy:
secret:
# -- The API key of the admin endpoints. It must be a random and secure string
apikey: "0"
# -- The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers)
# -- The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers). It must be registired on the used ledger as endorser.
walletseed: "RandomSeedPlaceHolder0x135791113"
dbaccount: "postgres"
dbadminuser: "postgres"
Expand Down Expand Up @@ -153,7 +153,7 @@ acapy:
secret:
# -- The API-Key of the admin endpoints. It must be a random and secure string
apikey: "0"
# -- The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers)
# -- The seed of the wallet. It must be random and secure (no patterns or use of dictionary words, the use of uppercase and lowercase letters - as well as numbers and allowed symbols, no personal preferences like names or phone numbers). It must be registired on the used ledger as endorser.
walletseed: "RandomSeedPlaceHolder0x246810120"
dbaccount: "postgres"
dbadminuser: "postgres"
Expand Down

0 comments on commit a616c48

Please sign in to comment.