We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e33163 + 4057a8c commit 0c25e9bCopy full SHA for 0c25e9b
charts/data-space-connector/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: data-space-connector
3
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
4
type: application
5
-version: 7.22.0
+version: 7.22.2
6
dependencies:
7
- name: postgresql
8
condition: postgresql.enabled
charts/data-space-connector/templates/realm.yaml
@@ -109,7 +109,11 @@ data:
109
{
110
"id": "jwt-signing",
111
"name": "jwt-signing-service",
112
+ {{- if eq .Values.elsi.enabled true }}
113
"providerId": "jades-jws-signing",
114
+ {{- else }}
115
+ "providerId": "jwt-signing-service",
116
+ {{- end }}
117
"subComponents": {},
118
"config": {
119
"keyId": [
0 commit comments