Move the classes in org.opensearch.sdk.ssl
to a library that the SDK can depend on
#714
Labels
enhancement
New feature or request
In order to implement TLS for extensions communicating with an opensearch node with the security plugin installed, many classes from the security plugin were introduced into this codebase in the
org.opensearch.sdk.ssl
package. They are not entirely the same, because any reference tohttp
was removed since an extension is not an http server and the config constants were modified to remove theplugins.security
prefix in front of the settings keys. There is still a lot of overlap and an opportunity to remove the duplication by placing the files related to SSL into a common library that both repositories can depend on.See PR where extension TLS is introduced: #619
The text was updated successfully, but these errors were encountered: