@@ -43,39 +43,39 @@ dependencies:
43
43
| portalBackendAddress | string | ` " https://portal-backend.example.org" ` | Provide portal-backend base address. |
44
44
| walletAddress | string | ` " https://wallet.example.org" ` | |
45
45
| walletTokenAddress | string | ` " https://wallet.example.org/oauth/token" ` | |
46
- | issuer .image.name | string | ` " docker.io/tractusx/ssi-credential-issuer-service" ` | |
47
- | issuer .image.tag | string | ` " " ` | |
48
- | issuer .imagePullPolicy | string | ` " IfNotPresent" ` | |
49
- | issuer .resources | object | ` {"limits":{"cpu":"45m","memory":"400M"},"requests":{"cpu":"15m","memory":"400M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
50
- | issuer .logging.businessLogic | string | `"Information"` | |
51
- | issuer .logging.default | string | `"Information"` | |
52
- | issuer .healthChecks.startup.path | string | `"/health/startup"` | |
53
- | issuer .healthChecks.startup.tags[0].name | string | `"HEALTHCHECKS__0__TAGS__1"` | |
54
- | issuer .healthChecks.startup.tags[0].value | string | `"issuerdb"` | |
55
- | issuer .healthChecks.liveness.path | string | `"/healthz"` | |
56
- | issuer .healthChecks.readyness.path | string | `"/ready"` | |
57
- | issuer .swaggerEnabled | bool | `false` | |
58
- | issuer .portal.scope | string | `"openid"` | |
59
- | issuer .portal.grantType | string | `"client_credentials"` | |
60
- | issuer .portal.clientId | string | `"portal-client-id"` | Provide portal client-id from CX IAM centralidp. |
61
- | issuer .portal.clientSecret | string | `""` | Client-secret for portal client-id. Secret-key 'portal-client-secret'. |
62
- | issuer .credential.issuerDid | string | `"did:web:example"` | |
63
- | issuer .credential.issuerBpn | string | `"BPNL00000001TEST"` | |
64
- | issuer .credential.statusListUrl | string | `"https://example.org/statuslist"` | |
65
- | issuer .credential.encryptionConfigIndex | int | `0` | |
66
- | issuer .credential.encryptionConfigs.index0.index | int | `0` | |
67
- | issuer .credential.encryptionConfigs.index0.cipherMode | string | `"CBC"` | |
68
- | issuer .credential.encryptionConfigs.index0.paddingMode | string | `"PKCS7"` | |
69
- | issuer .credential.encryptionConfigs.index0.encryptionKey | string | `""` | EncryptionKey for wallet. Secret-key 'credential-encryption-key0'. Expected format is 256 bit (64 digits) hex. |
70
- | issuermigrations .name | string | `"migrations"` | |
71
- | issuermigrations .image.name | string | `"docker.io/tractusx/ssi-credential-issuer-migrations"` | |
72
- | issuermigrations .image.tag | string | `""` | |
73
- | issuermigrations .imagePullPolicy | string | `"IfNotPresent"` | |
74
- | issuermigrations .resources | object | `{"limits":{"cpu":"45m","memory":"200M"},"requests":{"cpu":"15m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
75
- | issuermigrations .seeding.testDataEnvironments | string | `""` | |
76
- | issuermigrations .seeding.testDataPaths | string | `"Seeder/Data"` | |
77
- | issuermigrations .logging.default | string | `"Information"` | |
78
- | issuermigrations .processIdentity.identityId | string | `"ac1cf001-7fbc-1f2f-817f-bce058020006"` | |
46
+ | service .image.name | string | ` " docker.io/tractusx/ssi-credential-issuer-service" ` | |
47
+ | service .image.tag | string | ` " " ` | |
48
+ | service .imagePullPolicy | string | ` " IfNotPresent" ` | |
49
+ | service .resources | object | ` {"limits":{"cpu":"45m","memory":"400M"},"requests":{"cpu":"15m","memory":"400M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
50
+ | service .logging.businessLogic | string | `"Information"` | |
51
+ | service .logging.default | string | `"Information"` | |
52
+ | service .healthChecks.startup.path | string | `"/health/startup"` | |
53
+ | service .healthChecks.startup.tags[0].name | string | `"HEALTHCHECKS__0__TAGS__1"` | |
54
+ | service .healthChecks.startup.tags[0].value | string | `"issuerdb"` | |
55
+ | service .healthChecks.liveness.path | string | `"/healthz"` | |
56
+ | service .healthChecks.readyness.path | string | `"/ready"` | |
57
+ | service .swaggerEnabled | bool | `false` | |
58
+ | service .portal.scope | string | `"openid"` | |
59
+ | service .portal.grantType | string | `"client_credentials"` | |
60
+ | service .portal.clientId | string | `"portal-client-id"` | Provide portal client-id from CX IAM centralidp. |
61
+ | service .portal.clientSecret | string | `""` | Client-secret for portal client-id. Secret-key 'portal-client-secret'. |
62
+ | service .credential.issuerDid | string | `"did:web:example"` | |
63
+ | service .credential.issuerBpn | string | `"BPNL00000001TEST"` | |
64
+ | service .credential.statusListUrl | string | `"https://example.org/statuslist"` | |
65
+ | service .credential.encryptionConfigIndex | int | `0` | |
66
+ | service .credential.encryptionConfigs.index0.index | int | `0` | |
67
+ | service .credential.encryptionConfigs.index0.cipherMode | string | `"CBC"` | |
68
+ | service .credential.encryptionConfigs.index0.paddingMode | string | `"PKCS7"` | |
69
+ | service .credential.encryptionConfigs.index0.encryptionKey | string | `""` | EncryptionKey for wallet. Secret-key 'credential-encryption-key0'. Expected format is 256 bit (64 digits) hex. |
70
+ | migrations .name | string | `"migrations"` | |
71
+ | migrations .image.name | string | `"docker.io/tractusx/ssi-credential-issuer-migrations"` | |
72
+ | migrations .image.tag | string | `""` | |
73
+ | migrations .imagePullPolicy | string | `"IfNotPresent"` | |
74
+ | migrations .resources | object | `{"limits":{"cpu":"45m","memory":"200M"},"requests":{"cpu":"15m","memory":"200M"}}` | We recommend to review the default resource limits as this should a conscious choice. |
75
+ | migrations .seeding.testDataEnvironments | string | `""` | |
76
+ | migrations .seeding.testDataPaths | string | `"Seeder/Data"` | |
77
+ | migrations .logging.default | string | `"Information"` | |
78
+ | migrations .processIdentity.identityId | string | `"ac1cf001-7fbc-1f2f-817f-bce058020006"` | |
79
79
| processesworker.name | string | `"processesworker"` | |
80
80
| processesworker.image.name | string | `"docker.io/tractusx/ssi-credential-issuer-processes-worker"` | |
81
81
| processesworker.image.tag | string | `""` | |
0 commit comments