CoTURN - Automatically generated shared secret does not match between configurations
Arkaniad opened this issue · 0 comments
Arkaniad commented
Summary
In the CoTURN subchart I noticed the following:
This randomly generated value seems to be generated twice if .Values.coturn.sharedSecret
is left blank, which seems to prevent ICE candidates from being gathered properly.
If the shared secret is explicitly set in the values file, everything works and configuration matches as expected.
Steps to reproduce
Just run a helm install --dry-run --debug --namespace <test-namespace> <test-release-name>
and pipe the output to less / bat / temporary file and check the shared secret values in homeserver.yaml
and turnserver.conf
- they will not match, and Coturn authentication will not work if deployed.