https://github.com/opendistro-for-elasticsearch/deprecated-security-ssl
[DO NOT USE - DEPRECATED AS OF v1.0.0] SSL module for Open Distro security plugin
https://github.com/opendistro-for-elasticsearch/deprecated-security-ssl
Last synced: 12 days ago
JSON representation
[DO NOT USE - DEPRECATED AS OF v1.0.0] SSL module for Open Distro security plugin
- Host: GitHub
- URL: https://github.com/opendistro-for-elasticsearch/deprecated-security-ssl
- Owner: opendistro-for-elasticsearch
- License: apache-2.0
- Archived: true
- Created: 2019-02-01T17:39:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T17:37:44.000Z (over 3 years ago)
- Last Synced: 2024-08-02T01:26:25.442Z (9 months ago)
- Language: Java
- Homepage: https://github.com/opendistro-for-elasticsearch/security-ssl
- Size: 177 KB
- Stars: 31
- Watchers: 14
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-repositories - opendistro-for-elasticsearch/deprecated-security-ssl - [DO NOT USE - DEPRECATED AS OF v1.0.0] SSL module for Open Distro security plugin (Java)
README
# Open Distro For Elasticsearch Security SSL
Open Distro For Elasticsearch Security SSL is a free and open source plugin for Elasticsearch which provides SSL/TLS support for Elasticsearch.
## Note:
* **Deprecated as of Opendistro version 1.0**
## Highlights
* Node-to-node encryption through SSL/TLS (Transport layer)
* Secure REST layer through HTTPS (SSL/TLS)
* Supports JDK SSL and OpenSSL
* Works with Kibana, Logstash and Beats## Documentation
Please see our [technical documentation](https://opendistro.github.io/for-elasticsearch-docs/).
# Developer setup, build, and run steps
## Setup
1. Check out this package from version control.
1. Launch Intellij IDEA, choose **Import Project**, select the root of this package and import it as maven project.
1. To build from the command line, set `JAVA_HOME` to point to a JDK >=11 before running `mvn`.## Build
* Source build instructions can be found here :
https://github.com/opendistro-for-elasticsearch/security-parent/blob/master/README.md
## Debugging
Please refer to the well documented instructions provided by popular IDEs like Intellij and Eclipse on how to setup a debugger to debug code/test failures with Maven.
## License
This code is licensed under the Apache 2.0 License.
## Copyright
Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.