Skip to content
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

[transport] Ensure support of the transport-nio by security plugin (native) #16531

Open
reta opened this issue Oct 31, 2024 · 1 comment
Open
Assignees
Labels
enhancement Enhancement or improvement to existing feature or request Plugins

Comments

@reta
Copy link
Collaborator

reta commented Oct 31, 2024

Is your feature request related to a problem? Please describe

The OpenSearch security plugin used to tightly integrates with the transport and supported TLS/SSL for transport-netty4 only. Since we've integrated #12903, it is not an issue anymore and each transport could provide secure variants.

Describe the solution you'd like

Ensure support of secure native transports by transport-nio plugin. The complication here is that security plugin has hard dependency on Netty's SslHandler but transport-nio native transport does not use it.

Related component

Plugins

Describe alternatives you've considered

N/A

Additional context

See #12903

@reta reta added enhancement Enhancement or improvement to existing feature or request untriaged labels Oct 31, 2024
@reta reta self-assigned this Oct 31, 2024
@reta reta added the Plugins label Oct 31, 2024
@andrross
Copy link
Member

[Catch All Triage - 1, 2, 3, 4, 5]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement or improvement to existing feature or request Plugins
Projects
None yet
Development

No branches or pull requests

2 participants