-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE] Allow to disable SSL/TLS communication #2414
Comments
[Triage] @peternied Could you please provide some context around the limitations of the securityadmin tool relying on TLS/SSL? |
Could be unblocked by #2411 |
There is a functional concern that the security plugin depends on the admin certificate to authenticate a super admin user, without support for this there are many scenarios that are not possible. If the certificate was removed as a requirement for these APIs then this could be opened up. Related issues |
+1 for sure. To basically echo the sentiments of the original thread, #37, if you're already running all nodes and connections within a VPC, the SSL is redundant. |
@peternied From what I understand, the original intent of this request is to disable Transport level TLS (instead of REST-level TLS which the security plugin already supports disabling) At one point it looks like this feature may have been under development (See #37 (comment)), but I'm not sure of the status of that. The major concern pointed out here is that disabling Transport TLS has consequences for the logic around nodes joining the cluster securely. A major feature of the security plugin is either the static There is a concept of "Dual Mode" which may help:
PR where it was introduced: #712 |
Is your feature request related to a problem?
The
security
plugins comes with SSL/TLS communication out of the box. This certainly should be the default, but in certain environments which use other means of secure communication (for example, IPSec), it would be great to offer the option to disable SSL/TLS.What solution would you like?
Offer the option to disable SSL/TLS.
What alternatives have you considered?
N/A
Do you have any additional context?
It might not be easy to do but preliminary discussion hinted it is feasible, in general.
The text was updated successfully, but these errors were encountered: