Skip to main content

Add Basic Auth to Apps

 

  • In Traefik
    • under the middlewares tab
      • add basicAuth
      • add username and passwords as required
      • image.png

  • In application
    • edit the application
    • under integrations Traefik tab
      • select add middleware
      • name of middleware is name set in traefik
      • image.png

      • save and update application