Skip to content
Snippets Groups Projects
Unverified Commit 8b2897aa authored by Emrah Eryilmaz's avatar Emrah Eryilmaz
Browse files

fix(sovereign-workplace-jitsi): JwtAppId is not optional. Its value is always the meeting domain

parent 65765857
No related branches found
No related tags found
No related merge requests found
......@@ -211,7 +211,6 @@ helm install my-release --version 1.7.1 sovereign-workplace-jitsi/sovereign-work
| settings.allowUnsecureCert | string | `"false"` | Set true if Keycloak has not a trusted certificate. For the production environment, Keycloak should have a trusted certificate and this value should be false. |
| settings.internalHostname | string | `"0.0.0.0"` | |
| settings.jwtAlg | string | `"HS256"` | |
| settings.jwtAppId | string | `"myappid"` | |
| settings.jwtAppSecret | string | `""` | |
| settings.jwtExpSecond | string | `"3600"` | |
| settings.jwtHash | string | `"SHA-256"` | |
......
......@@ -69,7 +69,7 @@ spec:
- name: KEYCLOAK_CLIENT_ID
value: {{ .Values.settings.keycloakClientId | quote }}
- name: JWT_APP_ID
value: {{ .Values.settings.jwtAppId | quote }}
value: "{{ .Values.global.hosts.jitsi }}.{{ .Values.global.domain }}"
- name: JWT_APP_SECRET
value: {{ .Values.settings.jwtAppSecret | quote }}
- name: JWT_ALG
......
......@@ -483,7 +483,6 @@ settings:
# -- Configured client id in keycloak.
keycloakClientId: "jitsi"
jwtAlg: "HS256"
jwtAppId: "myappid"
jwtAppSecret: ""
jwtExpSecond: "3600"
jwtHash: "SHA-256"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.