Replies: 1 comment 9 replies
-
Hi @gaurav-05. There is currently no way to disable TLS via the operator and, as you've already deduced, the operator assumes in several places that TLS and the securityplugin are always enabled. So even if you build a custom image without the securityplugin it would not work. To be honest I don't see this being supported in the future. One of the main goals of the operator is to provide (nearly) production-ready clusters, and TLS and authentication is a must-have for that. |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.. Currently operator assumes that security plugin is always enabled in the image being used, but we can have a case when we do not want security plugin to be enabled, is there a way right now we can disable the TLS logic from being called and use HTTP instead.
Beta Was this translation helpful? Give feedback.
All reactions