dev-resources.site
for different kinds of informations.
Random 1: Traefik blocks CORS by Default
Published at
10/18/2023
Categories
traefik
devops
docker
random
Author
michaelbukachi
Author
14 person written this
michaelbukachi
open
This is the first of a new series of really short blog posts that will touch on random things. Things I discover during my day-to-day activities.
I recently discovered that traefik (v2.9
at the time of this writing), blocks CORS requests by default. This issue can quickly be resolved by adding the right labels:
- "traefik.http.middlewares.testheader.headers.accesscontrolallowmethods=*"
- "traefik.http.middlewares.testheader.headers.accesscontrolallowheaders=*"
- "traefik.http.middlewares.testheader.headers.accesscontrolalloworiginlist=*"
You can checkout more configurations options here
traefik Article's
30 articles in total
How to Set Up Laravel in a Subfolder Using Traefik
read article
Traefik using owned SSL certificate
read article
Traefik Cloudflare DNS Challenge
read article
Docker for Load Balancing: Scaling Applications Efficiently
read article
Comprehensive Guide to Setting Up Load Balancing with Traefik, Docker, Django, and React
read article
ForwardAuth with Traefik: Streamlining Security for Microservices
read article
Opening Pandora's Container - Gaining Host Access (Part 2)
read article
ForwardAuth with Traefik: Streamlining Security for Microservices
read article
Effortless Next.js Deployment with Docker, Traefik, and GitHub Actions: A Complete Hosted Solution
read article
Traefik Proxy Guide: Configuring public Domain Names for Docker Containers
read article
Setting Up a Multi-Purpose Server with Amazon EC2, Docker, and Traefik
read article
Traefik with docker compose
read article
Setting Up Traefik and mkcert for Local Development
read article
How to increase AWS ELB keep-alive timeout when deployed from Traefik
read article
Boost Your DevOps Workflow with Traefik
read article
Auto-route multiple web projects using Traefik
read article
My Github Actions workflow for deploying web projects
read article
Adding a new Ghost via docker-compose to your traefik setup
read article
Exposing public applications on AWS EKS with Traefik
read article
K3s Traefik Ingress - configured for your homelab!
read article
Traefik Proxy e Amazon ECS
read article
Random 1: Traefik blocks CORS by Default
currently reading
Instalando Zabbix Server com MySQL, Grafana e Traefik em Docker
read article
NGINX vs. Traefik vs. Istio — Unlocking the Secrets to Mastering Kubernetes Ingress
read article
Easy steps to install K3s with SSL certificate by traefik, cert manager and Let’s Encrypt
read article
Customizing error pages in Traefik v.2
read article
Redirect HTTP to HTTPS and WWW to Non-WWW with Traefik 3
read article
Deploying a Medusa + Minio + MeiliSearch stack with Docker and Traefik
read article
Централизованное логирование
read article
ECS Anywhere & Traefik Proxy with ECS Compose-X
read article
Featured ones: