fix metadata download image / section + sidebarsintegration
This commit is contained in:
parent
d68341b43e
commit
31a4c2db70
|
@ -95,10 +95,11 @@ You can change the UI and upload a logo so that in the **Applications** overview
|
||||||
|
|
||||||
### Step 5 - metadata + wazuh opensearch-security configuration
|
### Step 5 - metadata + wazuh opensearch-security configuration
|
||||||
|
|
||||||
Now download the metadata file `saml_authentik_meta.xml` from the `Applications` -> `Provider` -> `Related Objects` -> `Download`
|
Now download the metadata file `saml_authentik_meta.xml` from the `Applications` -> `Provider` -> `Download` in the bottom left corner
|
||||||
|
![Alt text](./metadata.png)
|
||||||
|
|
||||||
and copy/save it on the wazuh server - ideally under `/etc/wazuh-indexer/opensearch-security/idp-metadata.xml`
|
and copy/save it on the wazuh server - ideally under `/etc/wazuh-indexer/opensearch-security/idp-metadata.xml`
|
||||||
![Alt text](./metadata.png)
|
|
||||||
|
|
||||||
Next up change the `/etc/wazuh-indexer/opensearch-security/config.yml` and make sure it looks like the one below:
|
Next up change the `/etc/wazuh-indexer/opensearch-security/config.yml` and make sure it looks like the one below:
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 183 KiB After Width: | Height: | Size: 207 KiB |
|
@ -89,6 +89,7 @@ module.exports = {
|
||||||
"services/sssd/index",
|
"services/sssd/index",
|
||||||
"services/truecommand/index",
|
"services/truecommand/index",
|
||||||
"services/veeam-enterprise-manager/index",
|
"services/veeam-enterprise-manager/index",
|
||||||
|
"services/wazuh/index",
|
||||||
"services/zammad/index",
|
"services/zammad/index",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Reference in New Issue