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
I am trying to launch a cluster on an AWS EKA cluster with the basic auth disabled to make internal usage from the service more straightforward. Also can we modify the readiness probe command now? It assumes to have basic auth enabled by default.
Hi @SakibAbrar. The operator does not support disabling the security plugin, it always requires auth and TLS.
You could try to configure anonymous authentication
I am trying to launch a cluster on an AWS EKA cluster with the basic auth disabled to make internal usage from the service more straightforward. Also can we modify the readiness probe command now? It assumes to have basic auth enabled by default.
I want to achieve something similar to:
plugins.security.disabled: true
just like https://opensearch.org/docs/latest/security/configuration/disable/The text was updated successfully, but these errors were encountered: