39f587a497
For the CLI tools in Shield we create a new temp file and replace the existing file to prevent issues with reloading a half written file. This has a potential side effect of changing the user and group that own the file. Many times the commands are run with root privileges (sudo) and when run with root privileges we can actually reset the owner and group correctly. Closes elastic/elasticsearch#812 Original commit: elastic/x-pack-elasticsearch@1ee3715376 |
||
---|---|---|
dev-tools | ||
src | ||
LICENSE.txt | ||
NOTICE.txt | ||
README.asciidoc | ||
TESTING.asciidoc | ||
all-signatures.txt | ||
core-signatures.txt | ||
pom.xml | ||
test-signatures.txt | ||
tests.policy |
README.asciidoc
= Elasticsearch Security Plugin This plugins adds security features to elasticsearch You can build the plugin with `mvn package`. The documentation is put in the `docs/` directory.