From 86536d97d70c8907817e7ae12bb1fe65ecb2902a Mon Sep 17 00:00:00 2001 From: Ayooluwa Akindeko Date: Fri, 17 Oct 2025 14:31:58 +0200 Subject: [PATCH 1/2] Remove outdated note about requiring /root/.aws/credentials from Security Lake documentation --- .../amazon/services/supported-services/security-lake.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/cloud-security/amazon/services/supported-services/security-lake.rst b/source/cloud-security/amazon/services/supported-services/security-lake.rst index 10f5ae8f18..54f4b0603d 100644 --- a/source/cloud-security/amazon/services/supported-services/security-lake.rst +++ b/source/cloud-security/amazon/services/supported-services/security-lake.rst @@ -179,9 +179,6 @@ Authentication - ```` - Optional: The session duration in seconds. - ```` - Optional: The URL of the VPC endpoint of the AWS Security Token Service. -.. note:: - - This authentication method requires adding credentials to the configuration using the ``/root/.aws/credentials`` file. More information about the different authentication methods can be found in the :doc:`../prerequisites/credentials` documentation. From 7f4ef11ebfc686d0657dc223f1fde4264682153e Mon Sep 17 00:00:00 2001 From: Ayooluwa Akindeko Date: Fri, 17 Oct 2025 14:55:21 +0200 Subject: [PATCH 2/2] updated CHANGELOG.md --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140460f6dc..a732d4554f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ All notable changes to this project will be documented in this file. ## [v4.14.1] -- Support for Wazuh 4.14.1 +### Changed + +- Removed note about requiring credentials in Wazuh Amazon Security Lake documentation. ([#8983](https://github.com/wazuh/wazuh-documentation/pull/8983)) ## [v4.14.0]