Add Traefik Basic Auth to Apps
Our traefik
chart has the ability to add various middlewares
to the chart that can add extra functionality to your setup. In this guide we’ll go over setting up the Basic Auth
traefik middleware.
Installation
Edit your traefik values.yaml
.
- Add as name users as necessary, choosing a specific
Username
andPassword
for each user.
Adding it to Apps using Ingress
Edit your app values.yaml
.
Verify Authentication
Once the basicAuth
is setup, please visit the URL
that you configured the Ingress
for. If everything is setup correctly you should see the Pop-Up below.
Support
- If you need more help you can also reach us using Discord for real-time feedback and support.