Skip to content

Fix Traefik configuration#934

Merged
rimu-stack merged 1 commit intodevfrom
feature/1273_update_traefik_config
Feb 13, 2026
Merged

Fix Traefik configuration#934
rimu-stack merged 1 commit intodevfrom
feature/1273_update_traefik_config

Conversation

@Naksen
Copy link
Collaborator

@Naksen Naksen commented Feb 12, 2026

Задача: 1273

Описание:

  • Обновлена конфигурация ProxyProtocol в соответствии с новой версией Traefik.
  • Удалена устаревшая настройка forceslash=false для api.

Copilot AI review requested due to automatic review settings February 12, 2026 13:26
@Naksen Naksen changed the title Fix traefik configuration Fix Traefik configuration Feb 12, 2026
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Traefik configuration to match newer Traefik ProxyProtocol configuration semantics and removes an obsolete StripPrefix option used for the API.

Changes:

  • Introduces a named TCP serversTransport (ldap_transport) with proxyProtocol.version: 2 in Traefik file config.
  • Switches LDAP/LDAPS and Global Catalog TCP services from deprecated loadbalancer.proxyprotocol.version=2 labels to loadbalancer.serversTransport=ldap_transport@file.
  • Removes deprecated stripprefix.forceslash=false middleware label for the API.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
traefik.yml Adds tcp.serversTransports.ldap_transport with ProxyProtocol v2 definition.
docker-compose.yml Updates Traefik TCP service labels to use serversTransport and removes deprecated forceslash.
docker-compose.dev.yml Mirrors compose label updates for dev environment and removes deprecated forceslash.
.package/traefik.yml Mirrors Traefik serversTransports addition for packaged deployment config.
.package/docker-compose.yml Mirrors compose label updates for packaged deployment config and removes deprecated forceslash.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@rimu-stack rimu-stack merged commit d5891e0 into dev Feb 13, 2026
12 checks passed
@rimu-stack rimu-stack deleted the feature/1273_update_traefik_config branch February 13, 2026 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants