-
Notifications
You must be signed in to change notification settings - Fork 782
Need to disable login authentication and ssl #338
Description
Hi! First of all, I'm sorry if this question has been covered in documentation or previous issues, but I have not been able to find information about this.
I have a use case where I need to disable the built-in login and authentication in Heritrix, and I want to use http to connect to it. I understand the need for built-in security and appreciate that it's on by default, but I also want to be able to control it.
My use case is to run Heritrix in a cloud Kubernetes cluster, protected by our company-wide login where we terminate ssl ourselves. The self-signed ssl certificate causes trouble (although I suppose I could replace it) and we would very much like to disable it and the built-in login scheme altogether.
Having this as a startup option as described here would be enormously helpful!