mirror of
https://github.com/wazuh/wazuh-kubernetes.git
synced 2025-12-10 00:38:21 -06:00
Merge pull request #1179 from wazuh/merge-4.14.0-into-4.14.1
Merge 4.14.0 into 4.14.1
This commit is contained in:
commit
5384c3a67d
@ -42,6 +42,7 @@ All notable changes to this project will be documented in this file.
|
||||
|
||||
### 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))
|
||||
- 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))
|
||||
|
||||
@ -11,3 +11,7 @@ server.ssl.key: "/usr/share/wazuh-dashboard/certs/key.pem"
|
||||
server.ssl.certificate: "/usr/share/wazuh-dashboard/certs/cert.pem"
|
||||
opensearch.ssl.certificateAuthorities: ["/usr/share/wazuh-dashboard/certs/root-ca.pem"]
|
||||
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