Feature request - Authenticaion action on rules #238

Closed
opened 2025-11-13 11:54:00 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @bardagi on GitHub (Apr 15, 2025).

Having a couple of django projects deployed in homelab, and exposed via pangolin I would love the ability to enable authentication as an action on pangolin when using rules.

What this would enable me to do is have another layer of security on my admin-panel, and no traffic hitting that URL on my homelab before being authenticated in pangolin.

Example setup for django:
djangoproject.example.com --> resource: web:8000

  • rule with action authenticate: /admin
Originally created by @bardagi on GitHub (Apr 15, 2025). Having a couple of django projects deployed in homelab, and exposed via pangolin I would love the ability to enable authentication as an action on pangolin when using rules. What this would enable me to do is have another layer of security on my admin-panel, and no traffic hitting that URL on my homelab before being authenticated in pangolin. Example setup for django: djangoproject.example.com --> resource: web:8000 + rule with action authenticate: /admin
Author
Owner

@hhftechnology commented on GitHub (Apr 16, 2025):

you can
https://forum.hhf.technology/t/enhancing-your-pangolin-deployment-with-middleware-manager

https://github.com/hhftechnology/middleware-manager

It will help you to put auth on any resources you like.

@hhftechnology commented on GitHub (Apr 16, 2025): you can https://forum.hhf.technology/t/enhancing-your-pangolin-deployment-with-middleware-manager https://github.com/hhftechnology/middleware-manager It will help you to put auth on any resources you like.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#238