Versions (relevant - OpenSearch/Dashboard/Server OS/Browser):
all
Describe the issue :
before issue : Can we disable Transport Layer TLS? · Issue #3921 · opensearch-project/security · GitHub
Hi! I’m a user who really loves opensearch
I have one request.
TLS is optional for the REST layer and mandatory for the transport layer.
Transport layer tls is mandatory with a security plugin
But this can have a performance impact
In a cluster of internally secure situations, we don’t have to use it
Can we use Transport Layer TLS optionally?
Configuration :
Relevant Logs or Screenshots :
1 Like
Hi @10000-ki
As per the documentation, It’s mandatory for the transport layer.
A possible solution is to disable the security plugin.
Yes i know
I want to apply TLS only for REST layers
When applying TLS to the transport layer
Due to the hassle of managing certificates and performance penalties
I’m going to apply it only to the REST layer that I really need
1 Like
Eugene7
January 11, 2024, 10:03am
4
Hi! As it was mentioned in the GitHub issue below,
the transport layer is mandatory by design.
opened 06:52AM - 05 Jan 24 UTC
closed 01:57PM - 05 Jan 24 UTC
untriaged
Hi! I'm a user who really loves opensearch
I have one request.
https://ope… nsearch.org/docs/latest/security/configuration/tls/#transport-layer-tls
> TLS is optional for the REST layer and mandatory for the transport layer.
Transport layer tls is mandatory with a security plugin
But this can have a performance impact
In a cluster of internally secure situations, we don't have to use it
Can we use Transport Layer TLS optionally?
okay i will close this issue