@@ -479,12 +479,15 @@ keycloak:
479479 image :
480480 # -- repository where the image is held, see https://github.com/bitnami/charts/issues/35164 for further info
481481 repository : bitnamilegacy/keycloak
482- tag : 26.3.2-debian-12-r0
483482 # -- disable the security context, required by the current quarkus container, will be solved in the future chart versions of keycloak
484483 containerSecurityContext :
485484 enabled : false
486485 proxyHeaders : xforwarded
487486 proxy : edge
487+ logging :
488+ level : DEBUG
489+ tls :
490+ enabled : false
488491 service :
489492 ports :
490493 http : 8080
@@ -523,8 +526,6 @@ keycloak:
523526
524527 # -- extra env vars to be set. we require them at the moment, since some of the chart config mechanisms only work with the bitnami-image
525528 extraEnvVars :
526- - name : KEYCLOAK_LOG_LEVEL
527- value : INFO
528529 - name : KEYCLOAK_EXTRA_ARGS
529530 value : " --import-realm"
530531 - name : KC_FEATURES
@@ -611,6 +612,7 @@ keycloak:
611612 "frontchannelLogout": false,
612613 "protocol": "oid4vc",
613614 "attributes": {
615+ "oid4vci.enabled": true,
614616 "client.secret.creation.time": "1675260539",
615617 "vc.natural-person.format": "jwt_vc",
616618 "vc.natural-person.scope": "NaturalPersonCredential",
@@ -851,6 +853,8 @@ contract-management:
851853 # -- should it be enabled? set to false if one outside the chart is used.
852854 enabled : true
853855 fullnameOverride : contract-management
856+ til :
857+ credentialType : OperatorCredential
854858 services :
855859 # # Config for Trusted Issuers List
856860 trusted-issuers-list :
@@ -881,6 +885,7 @@ contract-management:
881885 odrl :
882886 # # URL to the ODRL-PAP
883887 url : http://odrl-pap:8080
888+
884889
885890# -- configuration for the did-helper, should only be used for demonstrational deployments, see https://github.com/wistefan/did-helper
886891did :
889894# -- configuration for registering a participant at the til, will most probably only be used in demonstrational enviornments
890895registration :
891896 enabled : false
892- prepScript : " test"
893897
894898# -- configuration for the .well-known/data-space-configuration endpoint document
895899dataSpaceConfig :
0 commit comments