[__jitsi_meet] bug for parameter --secured-domains
#15
Closed
opened 1 year ago by pedro
·
1 comments
Loading…
Reference in New Issue
There is no content yet.
Delete Branch '%!s(<nil>)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
problems with the block type on __jitsi_meet https://code.ungleich.ch/ungleich-public/cdist-contrib/src/branch/master/type/__jitsi_meet/manifest#L174-L185 :
I suggest/propose using the __file type with a template and a conditional part would be the ex-block
extra note, old created cdist jitsi instances still work because they use
/etc/jitsi/jicofo/sip-communicator.properties
method as documented here https://jitsi.github.io/handbook/docs/devops-guide/secure-domain[1]
thanks @evilham, now the issue is partially solved. It would work when the block already exist, but it's going to fail when the block is not there (when configuration change from publicly accessible instance to secured domain instance, that includes a new jitsi instance). The code block would be added at the end causing a syntax error in the config, see [0] from my first message
I did not do more tests, and I don't know if I misunderstood, but I reviewed a little bit the
__block
type, and I don't see guarantees for the situation I am saying. It's good for a non-dependent positioned code block in a generic config file, but here, the code block must be placed on a specific position: inside jicofo json object