-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Description
We started warning users in the 7.10 release when they were running Kibana/ES without security enabled (via #78545). This was especially important because stack security features were opt-in, rather than opt-out.
Another benefit of this warning was to educate users of our OSS distribution that the Default distribution came with free security features. We no longer ship an OSS distribution, so this is no longer needed.
Starting in 8.0, security features are enabled by default, and we require that administrators explicitly opt-out of security by setting xpack.security.enabled: false in Elasticsearch.
Now that security is opt-out instead of opt-in, I think the usefulness of the Insecure Cluster Warning is greatly diminished. I could see some value in keeping it in (e.g., in the case of accidental misconfiguration), but I'm not sure it's worth maintaining that code for this scenario.