wazuh-kubernetes icon indicating copy to clipboard operation
wazuh-kubernetes copied to clipboard

Enabling SSO / Okta auth

Open ryangniadek opened this issue 2 years ago • 2 comments

Hello, I am attempting to configure SSO / Okta authentication for Wazuh running on Kubernetes.

Right now my approach is to create a custom Docker image and over write the relevant config files from the base image. I found these instructions from two years ago but unfortunately, the file structure of the config files seems to have changed (or perhaps is different on the Docker version of the dashboard than bare metal). What is the equivalent directory nowadays to /usr/share/elasticsearch/plugins/opendistro_security/securityconfig/? Or rather, is there a suggested way to do this that doesn't involve overwriting the config files?

ryangniadek avatar Jun 10 '22 14:06 ryangniadek

Hello @ryangniadek

The configuration you are seeing was for Opendistro. Currently the stack deployed in version v4.3.6 contains Wazuh Indexer, which is based on Opensearch, so the directory you are looking for is /usr/share/wazuh-indexer/plugins/opensearch-security/securityconfig, you can try doing modifications to the files in that directory.

vcerenu avatar Jul 25 '22 12:07 vcerenu

Any success?

georgezodia avatar Jun 26 '23 12:06 georgezodia