openshift-elasticsearch-plugin icon indicating copy to clipboard operation
openshift-elasticsearch-plugin copied to clipboard

Results 5 openshift-elasticsearch-plugin issues
Sort by recently updated
recently updated
newest added

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:...

bug

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.

enhancement