Difference between revisions of "VALT 6.4.13"
IVSWikiBlue (talk | contribs) |
IVSWikiBlue (talk | contribs) |
||
Line 5: | Line 5: | ||
'''Technical''' | '''Technical''' | ||
* Updated Wowza Streaming Engine REST API to use digest authentication and SHA256 password encoding | * 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 | * Updated Node configuration variable to utilize ipv4 instead of ipv6 | ||
+ | * Sanitized Web and Wowza configuration variable to force lowercase the value of HOST | ||
+ | * Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo |
Revision as of 11:24, 22 May 2025
May 22nd, 2025
Application
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 lowercase the value of HOST
- Sanitized VALTFunctions script to correctly execute docker and iptables commands as sudo