mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-11 03:35:28 -06:00
Merge pull request #1180 from wazuh/merge-4.14.1-into-main
Merge 4.14.1 into main
This commit is contained in:
commit
3afd1aca4e
@ -78,6 +78,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
- Add opensearch_dashboard.yml parameters. ([#1172](https://github.com/wazuh/wazuh-kubernetes/pull/1172))
|
||||||
- Add missing malicious-ioc ruleset lists ([#1092](https://github.com/wazuh/wazuh-kubernetes/pull/1092))
|
- Add missing malicious-ioc ruleset lists ([#1092](https://github.com/wazuh/wazuh-kubernetes/pull/1092))
|
||||||
- Integrate bumper script via GitHub action. ([#1086](https://github.com/wazuh/wazuh-kubernetes/pull/1086))
|
- Integrate bumper script via GitHub action. ([#1086](https://github.com/wazuh/wazuh-kubernetes/pull/1086))
|
||||||
- Added repository_bumper script. ([#1039](https://github.com/wazuh/wazuh-kubernetes/pull/1039))
|
- Added repository_bumper script. ([#1039](https://github.com/wazuh/wazuh-kubernetes/pull/1039))
|
||||||
|
|||||||
@ -10,4 +10,8 @@ server.ssl.enabled: true
|
|||||||
server.ssl.key: "/usr/share/wazuh-dashboard/certs/key.pem"
|
server.ssl.key: "/usr/share/wazuh-dashboard/certs/key.pem"
|
||||||
server.ssl.certificate: "/usr/share/wazuh-dashboard/certs/cert.pem"
|
server.ssl.certificate: "/usr/share/wazuh-dashboard/certs/cert.pem"
|
||||||
opensearch.ssl.certificateAuthorities: ["/usr/share/wazuh-dashboard/certs/root-ca.pem"]
|
opensearch.ssl.certificateAuthorities: ["/usr/share/wazuh-dashboard/certs/root-ca.pem"]
|
||||||
uiSettings.overrides.defaultRoute: /app/wz-home
|
uiSettings.overrides.defaultRoute: /app/wz-home
|
||||||
|
# Session expiration settings
|
||||||
|
opensearch_security.cookie.ttl: 900000
|
||||||
|
opensearch_security.session.ttl: 900000
|
||||||
|
opensearch_security.session.keepalive: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user