Does basic auth have a rate limit? #3377
Unanswered
jannismilz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
if you're using basic auth middleware then you would need to add a traefik rate limit middleware before the auth middleware in order to prevent brute force, as traefik applies middleware in order https://doc.traefik.io/traefik/reference/routing-configuration/http/middlewares/ratelimit/ |
Beta Was this translation helpful? Give feedback.
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.
-
I was just wondering if the basic auth option for an application does have any rate limit?
It would be a great option for a simple docs page for me but basic auth should have some sort of rate limit since you can brute force otherwise.
Is this implemented or maybe possible vis Traefik labels instead of the Dokploy UI setting?
Beta Was this translation helpful? Give feedback.
All reactions