Skip to content

Commit 0c25e9b

Browse files
authored
Merge pull request #45 from FIWARE/fix-jades
fix realm
2 parents 5e33163 + 4057a8c commit 0c25e9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/data-space-connector/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: data-space-connector
33
description: Umbrella Chart for the FIWARE Data Space Connector, combining all essential parts to be used by a participant.
44
type: application
5-
version: 7.22.0
5+
version: 7.22.2
66
dependencies:
77
- name: postgresql
88
condition: postgresql.enabled

charts/data-space-connector/templates/realm.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,11 @@ data:
109109
{
110110
"id": "jwt-signing",
111111
"name": "jwt-signing-service",
112+
{{- if eq .Values.elsi.enabled true }}
112113
"providerId": "jades-jws-signing",
114+
{{- else }}
115+
"providerId": "jwt-signing-service",
116+
{{- end }}
113117
"subComponents": {},
114118
"config": {
115119
"keyId": [

0 commit comments

Comments
 (0)