Skip to content

Commit 1eae35b

Browse files
committed
fix realm
1 parent 5e33163 commit 1eae35b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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)