secureCodeBox / engine

Part of the deprecated secureCodeBox v1, see secureCodeBox/secureCodeBox Repo for v2
Apache License 2.0
8 stars 7 forks source link

Extend the elasticsearch persistenceProvider with authentication methods #170

Open rseedorff opened 4 years ago

rseedorff commented 4 years ago

Is your feature request related to a problem? Please describe. As a security developer i would like to configure an authenticated connection for elasticsearch in the corresponding persistence provider.

Describe the solution you'd like There are two different authentication methods currently supported by elasticsearch:

These configuration options must be configurable via environment variables.

Additional context