opensearch-project / OpenSearch

🔎 Open source distributed and RESTful search engine.
https://opensearch.org/docs/latest/opensearch/index/
Apache License 2.0
9.84k stars 1.83k forks source link

[META] Replace Java Security Manager (JSM) #16634

Open reta opened 1 week ago

reta commented 1 week ago

Please describe the end goal of this project

The SecurityManager is going to be disabled permanently in JDK-24 (see please https://openjdk.org/projects/jdk/24/). The purpose of this issue is to explore the possible replacements or/and suggest path forward. So far we have identified the following options:

So far I am excluding the "radical" solutions:

Supporting References

RFC: https://github.com/opensearch-project/OpenSearch/issues/1687

Issues

Related component

Other