[Docs] Clarify how ACL block/allow work #1105
Unanswered
andreasntr
asked this question in
Q&A
Replies: 1 comment 1 reply
|
You are using the block statement correctly. Tinyauth is probably not detecting the ACLs, can't know for sure without the logs. Try using |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Preface: I read the docs, I know
allowshould skip auth on given paths andblockshould do the opposite. I've read other discussions/issues as well but no luck.The docs do not specify how
blockworks in depth, or maybe the functionality is broken.I was trying to block only the path
^\/admin$for my vaultwarden app (I decided then to remove labels, as vaultwarden integrates OIDC natively, but still) but it seems that theblockdirective is ignored and tinyauth redirect is performed anyway on all pats (for example/). I'm using traefik as reverse proxy.Is there something more we need to know about these 2 acl settings?
All reactions