logstash/bin
Jake Landis 233b805a82 Secret Store: Ability to set and use secret data from an encrypted data store.
Fixes #8657

Part 1: API and JavaKeyStore implementation (#8657)

Introduces the API to read/write/delete sensitive data from a secure store and includes a Java KeyStore implementation. Note - this commit does NOT integrate with the Logstash configuration or settings.

Part 2: Secret Store: SecretStoreFactory, SecureConfig, Obfuscation and X-JVM support (#8659)

*  Secret Store: SecretStoreFactory, SecureConfig, Obfuscation and X-JVM support

* Introduce a SecretStoreFactory to allow runtime definition of SecretStore implementation.
* Introduce a SecureConfig to allow simple configuration of different SecretStore implementaiton.
* Introduce random default password plus obfuscation. Best attempt at security through obscurity.
* Corrections / better support for x-JVM modification.

Part 3: Secret Store: SecretStore, SecretStoreFactory, JavaKeystore - refacactor (#8745)

* Adds more CRUD like operations for SecretStore API
* SecretStoreFactory Mirror API's CRUD operations
* Adds 'exists' to API to allow command line warning 'Overwrite ?'
* Minor readabiliy

Part 4: Integrate secret store with Logstash core (#8905)

This change introduces the command line tooling and hooks needed to allow Logstash to use the secret store. This change hooks into the same logic that the does the environment variable substitution. The commnad line mirrors the Elasticsearch command line, and is implemented primarily in Java.

Part 5: Hardening and test fixes (this PR)

Fixes #8935
2018-01-13 01:24:33 +00:00
..
benchmark.sh Benchmark: added run script 2017-08-02 15:16:17 +00:00
bundle MINOR: Remove duplication and fix docs in bundler shim 2017-11-06 14:52:40 +00:00
cpdump reference correct class path 2017-07-18 16:21:09 -04:00
dependencies-report Add tool to generate dependency details in csv 2017-12-22 16:54:29 +00:00
ingest-convert.sh #7329 invoker script for convert jar 2017-06-07 07:17:53 +00:00
logstash JAVA EntryPoint 2018-01-03 19:13:28 +00:00
logstash-keystore Secret Store: Ability to set and use secret data from an encrypted data store. 2018-01-13 01:24:33 +00:00
logstash-keystore.bat Secret Store: Ability to set and use secret data from an encrypted data store. 2018-01-13 01:24:33 +00:00
logstash-plugin Rename bin/plugin to bin/logstash-plugin 2016-03-24 00:23:15 +00:00
logstash-plugin.bat bubble up failed exit status 2017-10-12 11:27:45 -04:00
logstash.bat correctly handle paths with spaces #8931 2018-01-11 13:30:38 -05:00
logstash.lib.sh JAVA EntryPoint 2018-01-03 19:13:28 +00:00
pqcheck added new PQ checking tool bin/pqcheck 2017-12-22 16:46:52 -05:00
rspec unset CDPATH 2015-05-11 16:17:15 -04:00
rspec.bat correctly handle paths with spaces #8931 2018-01-11 13:30:38 -05:00
ruby Spelling fixes (#6806) 2017-03-29 19:33:26 -07:00
setup.bat correctly handle paths with spaces #8931 2018-01-11 13:30:38 -05:00
system-install Quote shell script variables handling paths. 2017-04-04 15:00:48 -04:00