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 0c25e9b + e4c2d58 commit 2f3f761Copy full SHA for 2f3f761
charts/data-space-connector/templates/realm.yaml
@@ -112,7 +112,7 @@ data:
112
{{- if eq .Values.elsi.enabled true }}
113
"providerId": "jades-jws-signing",
114
{{- else }}
115
- "providerId": "jwt-signing-service",
+ "providerId": "jwt_vc",
116
{{- end }}
117
"subComponents": {},
118
"config": {
pom.xml
@@ -276,7 +276,7 @@
276
</goals>
277
<configuration>
278
<manifests>${project.build.directory}/k3s</manifests>
279
- <timeout>500</timeout>
+ <timeout>1000</timeout>
280
</configuration>
281
</execution>
282
</executions>
0 commit comments