diff --git a/charts/managed-identity-wallets/Chart.yaml b/charts/managed-identity-wallets/Chart.yaml index 114136f4..1516f25d 100644 --- a/charts/managed-identity-wallets/Chart.yaml +++ b/charts/managed-identity-wallets/Chart.yaml @@ -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: diff --git a/charts/managed-identity-wallets/README.md b/charts/managed-identity-wallets/README.md index 00906676..49d47607 100644 --- a/charts/managed-identity-wallets/README.md +++ b/charts/managed-identity-wallets/README.md @@ -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 @@ -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"` | | @@ -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"` | | diff --git a/charts/managed-identity-wallets/values-beta.yaml b/charts/managed-identity-wallets/values-beta.yaml index 5c7b3028..07fbccd0 100644 --- a/charts/managed-identity-wallets/values-beta.yaml +++ b/charts/managed-identity-wallets/values-beta.yaml @@ -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/" @@ -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: - walletseed: - dbaccount: - dbadminuser: - dbadminpassword: - dbpassword: - jwtsecret: - walletkey: + 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: + walletseed: + dbaccount: + dbadminuser: + dbadminpassword: + dbpassword: + jwtsecret: + walletkey: + 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: + walletseed: + dbaccount: + dbadminuser: + dbadminpassword: + dbpassword: + jwtsecret: + walletkey: managedIdentityWallets: secret: - jdbcurl: - authclientid: - authclientsecret: - bpdmauthclientid: - bpdmauthclientsecret: + jdbcurl: + authclientid: + authclientsecret: + bpdmauthclientid: + bpdmauthclientsecret: postgresql: + useDefaultJdbcUrl: false secret: - password: - postgrespassword: - user: + password: + postgrespassword: + user: acapypostgresql: secret: - password: - postgrespassword: - user: + password: + postgrespassword: + 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" diff --git a/charts/managed-identity-wallets/values-dev.yaml b/charts/managed-identity-wallets/values-dev.yaml index fb438140..4d8fbcee 100644 --- a/charts/managed-identity-wallets/values-dev.yaml +++ b/charts/managed-identity-wallets/values-dev.yaml @@ -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: @@ -34,7 +33,6 @@ acapy: walletkey: 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: diff --git a/charts/managed-identity-wallets/values-pre-prod.yaml b/charts/managed-identity-wallets/values-pre-prod.yaml deleted file mode 100644 index ba63da29..00000000 --- a/charts/managed-identity-wallets/values-pre-prod.yaml +++ /dev/null @@ -1,95 +0,0 @@ -auth: - jwksUrl: "https://centralidp.pre-prod.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/certs" - issuerUrl: "https://centralidp.pre-prod.demo.catena-x.net/auth/realms/CX-Central" - redirectUrl: "https://managed-identity-wallets.pre-prod.demo.catena-x.net/callback" -wallet: - baseWalletBpn: "BPNL00000003CRHK" - baseWalletShortDid: "YPp94k3hzcedGE6JBBzd7k" - baseWalletVerkey: "J7QUrkAtsWDGSsNeHKwQxr8aipWCBNvxxGZQ8SjVc5u5" - baseWalletName: "Catena-X-Pre-prod" - membershipOrganisation: "Catena-X" -datapool: - url: "https://partners-pool.pre-prod.demo.catena-x.net" - authUrl: "https://centralidp.pre-prod.demo.catena-x.net/auth/realms/CX-Central/protocol/openid-connect/token" -revocationService: - baseUrlForCredentialList: "https://managed-identity-wallets.pre-prod.demo.catena-x.net/api/credentials/" - clientIssuanceApiUrl: "http://localhost:8080" -ingress: - enabled: true -certificate: - host: "managed-identity-wallets.pre-prod.demo.catena-x.net" -acapy: - endorser: - genesisUrl: "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/genesis" - networkIdentifier: "idunion:test" - endpointUrl: "https://managed-identity-wallets.pre-prod.demo.catena-x.net/didcomm-base" - secret: - apikey: - walletseed: - dbaccount: - dbadminuser: - dbadminpassword: - dbpassword: - jwtsecret: - walletkey: - mt: - genesisUrl: "https://raw.githubusercontent.com/catenax-ng/product-core-schemas/main/genesis" - networkIdentifier: "idunion:test" - endpointUrl: "https://managed-identity-wallets.pre-prod.demo.catena-x.net/didcomm-managed-wallets" - endorserPublicDid: "YPp94k3hzcedGE6JBBzd7k" - secret: - apikey: - walletseed: - dbaccount: - dbadminuser: - dbadminpassword: - dbpassword: - jwtsecret: - walletkey: -managedIdentityWallets: - secret: - jdbcurl: - authclientid: - authclientsecret: - bpdmauthclientid: - bpdmauthclientsecret: -postgresql: - useDefaultJdbcUrl: false - secret: - password: - postgrespassword: - user: -acapypostgresql: - secret: - password: - postgrespassword: - 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" diff --git a/charts/managed-identity-wallets/values.yaml b/charts/managed-identity-wallets/values.yaml index ddd00436..af4607b9 100644 --- a/charts/managed-identity-wallets/values.yaml +++ b/charts/managed-identity-wallets/values.yaml @@ -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" @@ -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"