Conversation
7e53f7c to
7e11413
Compare
85cee66 to
8b58482
Compare
…eepalive, HTTP/2Feature/replace nviennot with native keepalive (#203) * refactor(CO-3074): replace nviennot tcp-keepalive module with native nginx so_keepalive Replace the external nviennot/nginx-tcp-keepalive module with nginx's native so_keepalive parameter on listen directives. This removes an external dependency on a dormant module (last updated 2021) in favor of built-in functionality available since nginx 1.11.0. Changes: - Remove tcp_keepalive directive from nginx.conf.web.template - Add so_keepalive=on to all listen directives across: - HTTP/HTTPS web templates - Admin console templates - SSO templates - Mail proxy templates (IMAP/IMAPS/POP3/POP3S) - Stream templates (XMPP/AddressBook) Note: The nginx-tcp-keepalive module can now be removed from carbonio-thirds PKGBUILD. * fix(CO-3074): add cookie security flags, upstream keepalive, and HTTP/2 for admin - Add HttpOnly, Secure, SameSite=Strict to logout cookies on HTTPS templates - Add HttpOnly, SameSite=Strict to logout cookies on HTTP templates - Add keepalive 32 to all service upstreams for connection reuse - Enable HTTP/2 on admin panel templates * fix(CO-3074): add carbonio-catalog as runtime dependency The proxy configures an Envoy sidecar upstream for carbonio-catalog but the package was not declared as a dependency, causing connection resets when the catalog service is missing. * fix(CO-3074): add Connection header for upstream keepalive support Add `proxy_set_header Connection "";` to all non-WebSocket locations that use keepalive-enabled upstreams. Without this header, nginx sends `Connection: close` by default, preventing connection reuse and making the `keepalive 32;` directives ineffective. Locations updated: - /services/files/, /services/chats/, /services/docs/, /services/tasks/ - /services/storages/, /services/catalog/, /services/mobile/tokens - /services/certificate-manager/, /zx/login/, /zx/auth/ WebSocket locations (/services/chats/events, /services/messaging/ws-xmpp, /services/docs/editor/) already have `Connection "upgrade"` and are unchanged. Refs: CO-3074
…ncy-plugin to v3.9.0
8b58482 to
4a8284e
Compare
Contributor
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
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 PR contains the following updates:
3.6.1→3.9.0Configuration
📅 Schedule: Branch creation - "after 9am and before 6pm every weekday except after 12pm and before 2pm" in timezone Europe/Rome, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.