Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,9 +179,6 @@ Authentication
- ``<iam_role_duration>`` - Optional: The session duration in seconds.
- ``<sts_endpoint>`` - 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.

Expand Down