Difference between revisions of "VALT 6.4.13"
IVSWikiBlue (talk | contribs) (Created page with "May 22nd, 2025 '''Application''' '''Technical''' * Updated Wowza Streaming Engine REST API to use digest authentication and SHA256 password encoding * Updated Wowza configur...") |
IVSWikiBlue (talk | contribs) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
May 22nd, 2025 | May 22nd, 2025 | ||
− | |||
− | |||
'''Technical''' | '''Technical''' | ||
− | * Updated Wowza Streaming Engine REST API to use digest authentication and | + | * Updated Wowza Streaming Engine REST API to use digest authentication and sha256 password encoding |
− | * Updated Wowza configuration variable to no longer set WEBSITE_URL to the VALT_INSTANCE_IP if it is an application server | + | * Updated Wowza configuration variable to no longer set WEBSITE_URL to the VALT_INSTANCE_IP if it is an application server using HTTP |
+ | * Updated Node configuration variable to utilize ipv4 instead of ipv6 | ||
+ | * Sanitized Web and Wowza configuration variable to force values of HOST to be lowercased | ||
+ | * Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo |
Latest revision as of 15:08, 22 May 2025
May 22nd, 2025
Technical
- Updated Wowza Streaming Engine REST API to use digest authentication and sha256 password encoding
- Updated Wowza configuration variable to no longer set WEBSITE_URL to the VALT_INSTANCE_IP if it is an application server using HTTP
- Updated Node configuration variable to utilize ipv4 instead of ipv6
- Sanitized Web and Wowza configuration variable to force values of HOST to be lowercased
- Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo