openshift-elasticsearch-plugin
openshift-elasticsearch-plugin copied to clipboard
I am creating some generic dashboards which uses index-pattern project.* But since users have access to only their projects, a user has to build a dashboard for each of their...
I've encountered a problem with configuring the plugin for password different than default for searchguard keystore/truststore on image ose-logging-elasticsearch5:v3.11.98 ``` openshift.searchguard: keystore: path: /etc/elasticsearch/secret/admin.jks password: not-default-pass truststore: path: /etc/elasticsearch/secret/searchguard.truststore password:...
It looks like there is some dead code [here](https://github.com/fabric8io/openshift-elasticsearch-plugin/blob/master/src/test/java/io/fabric8/elasticsearch/plugin/OpenshiftAPIServiceTest.java#L62) : ``` @Before public void setup() { final String basedir = System.getProperty("project.basedir"); final String password = "changeit"; final String keyStore =...
I try to use the Openshift integrated EFK stack as central logging platform for both: - Openshift containerized Workloads - External Cloud Native Workload (e.g. Databases) From looking at the...
Currently, file auth uses base64 encoded files. We should be able to encrypt these files instead of using clear text.