Skip to content

Commit fd6f1ef

Browse files
authored
Merge pull request #1430 from wazuh/merge-4.14.0-into-4.14.1
Merge 4.14.0 into 4.14.1
2 parents d4c3d6c + 1cf4696 commit fd6f1ef

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ All notable changes to this project will be documented in this file.
5959

6060
### Added
6161

62+
- Add opensearch_dashboard.yml parameters. ([#1423](https://github.com/wazuh/wazuh-puppet/pull/1423))
6263
- Add missing malicious-ioc ruleset lists ([#1352](https://github.com/wazuh/wazuh-puppet/pull/1352))
6364
- Integrate bumper script via GitHub action. ([#1344](https://github.com/wazuh/wazuh-puppet/pull/1344))
6465
- Added repository_bumper script. ([#1302](https://github.com/wazuh/wazuh-puppet/pull/1302))

templates/opensearch_dashboards_yml.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,7 @@ server.ssl.key: "/etc/wazuh-dashboard/certs/dashboard-key.pem"
1212
server.ssl.certificate: "/etc/wazuh-dashboard/certs/dashboard.pem"
1313
opensearch.ssl.certificateAuthorities: ["/etc/wazuh-dashboard/certs/root-ca.pem"]
1414
uiSettings.overrides.defaultRoute: /app/wz-home
15+
# Session expiration settings
16+
opensearch_security.cookie.ttl: 900000
17+
opensearch_security.session.ttl: 900000
18+
opensearch_security.session.keepalive: true

templates/wazuh_dashboard_yml.erb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ server.ssl.key: "<%= @dashboard_path_certs %>/dashboard-key.pem"
1414
server.ssl.certificate: "<%= @dashboard_path_certs %>/dashboard.pem"
1515
opensearch.ssl.certificateAuthorities: ["<%= @dashboard_path_certs %>/root-ca.pem"]
1616
uiSettings.overrides.defaultRoute: /app/wz-home
17+
# Session expiration settings
18+
opensearch_security.cookie.ttl: 900000
19+
opensearch_security.session.ttl: 900000
20+
opensearch_security.session.keepalive: true

0 commit comments

Comments
 (0)