File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
prosody/rootfs/defaults/conf.d Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -232,6 +232,7 @@ services:
232
232
- JWT_ALLOW_EMPTY
233
233
- JWT_AUTH_TYPE
234
234
- JWT_ENABLE_DOMAIN_VERIFICATION
235
+ - JWT_SIGN_TYPE
235
236
- JWT_TOKEN_AUTH_MODULE
236
237
- MATRIX_UVS_URL
237
238
- MATRIX_UVS_ISSUER
Original file line number Diff line number Diff line change @@ -134,6 +134,9 @@ VirtualHost "jigasi.meet.jitsi"
134
134
" muc_password_check" ;
135
135
}
136
136
authentication = " token"
137
+ {{ if .Env .JWT_SIGN_TYPE }}
138
+ signature_algorithm = " {{ .Env.JWT_SIGN_TYPE }}"
139
+ {{ end - }}
137
140
app_id = " jitsi" ;
138
141
asap_key_server = " https://jaas-public-keys.jitsi.net/jitsi-components/prod-8x8"
139
142
asap_accepted_issuers = { " jaas-components" }
You can’t perform that action at this time.
0 commit comments