bigbluebutton-Github/build/packages-template/bbb-webrtc-sfu
Paulo Lanzarin 9ef74eeb53
fix(bbb-webrtc-sfu): add ALLOW_CONFIG_MUTATIONS to service
After node-config was bumped to 3.3.9 (from 3.3.6), it started throwing errors if
configurations are mutated without the ALLOW_CONFIG_MUTATIONS env var set.
We mutate some configs directly, but I every time I added one of those I made sure that
they are always deep cloned.

However, we hit an issue with kurento-client mutating a config input, which is an indirect mutation.
So, to prevent further surprises I'm allowing mutations on production while prohibiting them in dev
envs until I'm 100% sure nothing, direct on indirect, improperly mutates configuration values.
2023-03-13 12:20:00 -03:00
..
.build-files build: swap bionic with focal 2022-03-14 19:04:23 +00:00
after-install.sh build: swap bionic with focal 2022-03-14 19:04:23 +00:00
bbb-restart-kms build: fix bbb-webrtc-sfu cronjob 2021-11-10 22:22:10 +01:00
bbb-webrtc-sfu.logrotate initial public version 2021-08-13 12:53:18 +02:00
bbb-webrtc-sfu.service fix(bbb-webrtc-sfu): add ALLOW_CONFIG_MUTATIONS to service 2023-03-13 12:20:00 -03:00
before-install.sh !build: remove config storing to /tmp when upgrading a package 2022-02-27 19:08:25 +00:00
before-remove.sh initial public version 2021-08-13 12:53:18 +02:00
build.sh packaging: Add dependencies on yq 3 2022-04-25 15:04:38 -04:00
kurento-media-server.service Introduce bigbluebutton.target 2022-03-17 11:35:42 +01:00
opts-focal.sh packaging: Add dependencies on yq 3 2022-04-25 15:04:38 -04:00
webrtc-sfu.nginx feat: add user name to checkAuthorization response 2022-06-28 20:33:36 +00:00