You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Oathkeeper provides already a set of useable authenticators but I would be really nice to support basic one such as Basic Authentication.
Describe the solution you'd like
New authenticator available with the possibility to define user:pass on global and per rule level. Of course, we should have a limit for registered user:pass pairs per service/rule.
Describe alternatives you've considered
Temporary workaround for this is it to use oatuh2_client_credentials authenticator but not in production ofc.
Additional context
Consider hashing user:password or just password on the access rule
I am closing this issue as it has not received any engagement from the community or maintainers in a long time. That does not imply that the issue has no merit. If you feel strongly about this issue
open a PR referencing and resolving the issue;
leave a comment on it and discuss ideas how you could contribute towards resolving it;
open a new issue with updated details and a plan on resolving the issue.
We are cleaning up issues every now and then, primarily to keep the 4000+ issues in our backlog in check and to preventmaintainerburnout. Burnout in open source maintainership is a widespread and serious issue. It can lead to severe personal and health issues as well as enabling catastrophicattack vectors.
Thank you to anyone who participated in the issue! 🙏✌️
Is your feature request related to a problem? Please describe.
Oathkeeper provides already a set of useable authenticators but I would be really nice to support basic one such as Basic Authentication.
Describe the solution you'd like
New authenticator available with the possibility to define user:pass on global and per rule level. Of course, we should have a limit for registered user:pass pairs per service/rule.
Describe alternatives you've considered
Temporary workaround for this is it to use oatuh2_client_credentials authenticator but not in production ofc.
Additional context
Consider hashing user:password or just password on the access rule
/cc @aeneasr
The text was updated successfully, but these errors were encountered: