diff --git a/applications/verifier/Chart.yaml b/applications/verifier/Chart.yaml index 5e728d2..c60f575 100644 --- a/applications/verifier/Chart.yaml +++ b/applications/verifier/Chart.yaml @@ -3,10 +3,10 @@ name: verifier description: Chart holder for argo-cd type: application -version: 1.0.9 -appVersion: "2.0.3" +version: 1.0.22 +appVersion: "4.0.0" dependencies: - name: vcverifier - version: 1.0.9 + version: 1.0.22 repository: https://i4trust.github.io/helm-charts diff --git a/applications/verifier/values.yaml b/applications/verifier/values.yaml index 89d9a57..0e379ad 100644 --- a/applications/verifier/values.yaml +++ b/applications/verifier/values.yaml @@ -5,7 +5,7 @@ vcverifier: # Image image: repository: quay.io/fiware/vcverifier - tag: 2.5.0 + tag: 4.0.0 pullPolicy: Always # Logging @@ -14,6 +14,11 @@ vcverifier: pathsToSkip: - "/health" + # Server config + #server: + # # Place external host here when publishing verifier with public URL + # host: https://verifier.my-url.com + # Walt-id config ssikit: auditorUrl: http://vcwaltid:7003 @@ -25,6 +30,10 @@ vcverifier: # DID of organisation did: did:web:my-did:did + # M2M config + m2m: + authEnabled: false + # Config service configRepo: configEndpoint: http://ccs-credentials-config-service:8080/ diff --git a/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario1.yaml b/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario1.yaml index 0758595..3e710a2 100644 --- a/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario1.yaml +++ b/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario1.yaml @@ -648,6 +648,11 @@ verifier: pathsToSkip: - "/health" + # Server config + server: + # Place external host here when publishing verifier with public URL + host: https://ips-verifier.dsba.aws.fiware.io + # Walt-id config ssikit: auditorUrl: http://ips-dsc-vcwaltid:7003 diff --git a/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario1.yaml b/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario1.yaml index e8416d4..3d972bb 100644 --- a/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario1.yaml +++ b/examples/aws-garnet/scenario-1-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario1.yaml @@ -648,6 +648,11 @@ verifier: pathsToSkip: - "/health" + # Server config + server: + # Place external host here when publishing verifier with public URL + host: https://ips-verifier.dsba.aws.fiware.io + # Walt-id config ssikit: auditorUrl: http://ips-dsc-vcwaltid:7003 diff --git a/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario2.yaml b/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario2.yaml index 8354af1..2447468 100644 --- a/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario2.yaml +++ b/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-awl-load-balancer-controller-scenario2.yaml @@ -648,6 +648,11 @@ verifier: pathsToSkip: - "/health" + # Server config + server: + # Place external host here when publishing verifier with public URL + host: https://ips-verifier.dsba.aws.fiware.io + # Walt-id config ssikit: auditorUrl: http://ips-dsc-vcwaltid:7003 diff --git a/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario2.yaml b/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario2.yaml index 8354af1..2447468 100644 --- a/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario2.yaml +++ b/examples/aws-garnet/scenario-2-deployment/yaml/values-dsc-aws-load-balancer-controller-scenario2.yaml @@ -648,6 +648,11 @@ verifier: pathsToSkip: - "/health" + # Server config + server: + # Place external host here when publishing verifier with public URL + host: https://ips-verifier.dsba.aws.fiware.io + # Walt-id config ssikit: auditorUrl: http://ips-dsc-vcwaltid:7003 diff --git a/examples/service-provider-ips/values-dsc.yaml b/examples/service-provider-ips/values-dsc.yaml index b832e4f..c5835fe 100644 --- a/examples/service-provider-ips/values-dsc.yaml +++ b/examples/service-provider-ips/values-dsc.yaml @@ -648,6 +648,11 @@ verifier: pathsToSkip: - "/health" + # Server config + server: + # Place external host here when publishing verifier with public URL + host: https://ips-verifier.dsba.aws.fiware.io + # Walt-id config ssikit: auditorUrl: http://ips-dsc-vcwaltid:7003