Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This pull request introduces support for HTTP/2 and TLS configuration in the Switcher API, updates related documentation and environment files, and upgrades several dependencies for improved security and compatibility. The most significant changes are grouped below.
HTTP/2 and TLS Support:
SERVER_PROTOCOL,SSL_KEY, andSSL_CERTenvironment variables to.env-cmdrc-templatefor both development and test environments, enabling flexible server protocol selection and TLS configuration. (.env-cmdrc-template) [1] [2]docker-compose.ymlto pass the newSERVER_PROTOCOL,SSL_KEY, andSSL_CERTenvironment variables to the container.README.mdwith a new section explaining HTTP/2 and TLS options, including protocol negotiation details and how to check the server mode.Dependency and Tooling Updates:
npm-shrinkwrap.json, includingaxios,express-rate-limit,mongodb,mongoose,eslint, and several others, to their latest versions for security and compatibility. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20]CI/CD and Funding Configuration:
.github/workflows/master.ymland.github/workflows/sonar.ymlto use version 8.0.0 of thesonarqube-scan-action. [1] [2]patreonentry from.github/FUNDING.yml, leaving onlyko_fiandgithubfunding options.These changes collectively improve the security, flexibility, and maintainability of the project.