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

Switch api-gateway tls certificate to k8s tls type #443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chriswiggins
Copy link
Contributor

We currently have nginx sitting in front of the api-gateway, doing SSL termination. It is also doing storage proxying, but we can move that to Traefik now with the latest release 😄

We use cert-manager for our certificates, and currently we can't pass a secret cert-manager creates into the api-gateway, as it uses the wrong keys.

We prefer not to use k8's ingress, for a couple of reasons, so want to have Traefik serve the traffic directly

@oldgiova oldgiova self-requested a review February 25, 2025 12:40
@oldgiova
Copy link
Contributor

Hi @chriswiggins thank you so much for your contribution! I'm reviewing and testing it.

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