mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-16 22:55:14 -05:00
Feature request - Authenticaion action on rules #238
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@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.