Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Docker Traefik routing based on host header #1921

Merged
merged 3 commits into from Dec 11, 2023

Conversation

laurentluce
Copy link
Contributor

@laurentluce laurentluce commented Dec 11, 2023

Description:

Docker Traefik is currently configured to route traffic based on three custom headers: enclave short uuid, service short uuid and port number. This type of routing rule is not possible with the K8S Ingress provider so we are switching to use the single Host header instead with the format: <port number>-<service short uuid>-<enclave short uuid>.

Is this change user facing?

NO

References (if applicable):

#1906

@laurentluce laurentluce changed the title Docker Traefik routing based on host header feat: Docker Traefik routing based on host header Dec 11, 2023
@laurentluce laurentluce added this pull request to the merge queue Dec 11, 2023
Merged via the queue into main with commit 7086662 Dec 11, 2023
34 checks passed
@laurentluce laurentluce deleted the laurent/traefik-host-header-routing branch December 11, 2023 21:25
github-merge-queue bot pushed a commit that referenced this pull request Dec 11, 2023
🤖 I have created a release *beep* *boop*
---


##
[0.85.44](0.85.43...0.85.44)
(2023-12-11)


### Features

* Docker Traefik routing based on host header
([#1921](#1921))
([7086662](7086662))


### Bug Fixes

* make push cli job use golang 1.20
([#1925](#1925))
([805469e](805469e))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: kurtosisbot <kurtosisbot@users.noreply.github.com>
h4ck3rk3y added a commit that referenced this pull request Dec 12, 2023
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.

None yet

2 participants