You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The 4.9.0 security lake integration currently assumes that the lambda function is running from the same account as AWS Security Lake. This should be ran from a different account the Lambda role should assume the Security Lake created role with an external id.
Describe the solution you'd like
Enhance the Security Lake integration to support cross account
Describe alternatives you've considered
Run the lambda in the same account as security lake which is not recommended by the AWS Security Reference Architecture
Is your feature request related to a problem? Please describe.
The 4.9.0 security lake integration currently assumes that the lambda function is running from the same account as AWS Security Lake. This should be ran from a different account the Lambda role should assume the Security Lake created role with an external id.
Describe the solution you'd like
Enhance the Security Lake integration to support cross account
Describe alternatives you've considered
Run the lambda in the same account as security lake which is not recommended by the AWS Security Reference Architecture
Additional context
Source - https://github.com/wazuh/wazuh-indexer/blob/4.9.0/integrations/amazon-security-lake/src/lambda_function.py#L50
The text was updated successfully, but these errors were encountered: