File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
prosody/rootfs/defaults/conf.d Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ VirtualHost "jigasi.meet.jitsi"
135
135
" muc_password_check" ;
136
136
}
137
137
authentication = " token"
138
- {{ if .Env .JWT_SIGN_TYPE }}
139
- signature_algorithm = " {{ .Env.JWT_SIGN_TYPE }}"
140
- {{ end - }}
141
138
app_id = " jitsi" ;
142
139
asap_key_server = " https://jaas-public-keys.jitsi.net/jitsi-components/prod-8x8"
143
140
asap_accepted_issuers = { " jaas-components" }
@@ -147,6 +144,9 @@ VirtualHost "jigasi.meet.jitsi"
147
144
VirtualHost " {{ $XMPP_DOMAIN }}"
148
145
{{ if $ENABLE_AUTH }}
149
146
{{ if eq $PROSODY_AUTH_TYPE " jwt" }}
147
+ {{ if .Env .JWT_SIGN_TYPE }}
148
+ signature_algorithm = " {{ .Env.JWT_SIGN_TYPE }}"
149
+ {{ end - }}
150
150
authentication = " {{ $JWT_AUTH_TYPE }}"
151
151
app_id = " {{ .Env.JWT_APP_ID }}"
152
152
app_secret = " {{ .Env.JWT_APP_SECRET }}"
You can’t perform that action at this time.
0 commit comments