Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP AWS SigV4 authentication strategy #22125

Open
NetanelK opened this issue Jan 6, 2025 · 1 comment
Open

HTTP AWS SigV4 authentication strategy #22125

NetanelK opened this issue Jan 6, 2025 · 1 comment
Labels
sink: http Anything `http` sink related type: feature A value-adding code addition that introduce new functionality.

Comments

@NetanelK
Copy link

NetanelK commented Jan 6, 2025

A note for the community

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Use Cases

To send logs from Vector to the AWS OpenSearch Ingestion pipeline (OSIS) using the HTTP sink, similar to the approach taken by Fluent Bit, we need to ensure that the HTTP sink supports AWS SigV4 authentication. This includes utilizing assume_role, access_key_id, or credentials_file for proper authentication.

Attempted Solutions

No response

Proposal

Enable the HTTP sink to leverage AWS SigV4 authentication by configuring the auth.strategy: aws. This can be accomplished using either auth.assume_role, auth.access_key_id, or auth.credentials_file,
and one field for the aws service auth.service.

References

#6204
#14150

Version

0.43.1

@NetanelK NetanelK added the type: feature A value-adding code addition that introduce new functionality. label Jan 6, 2025
@jszwedko jszwedko added the sink: http Anything `http` sink related label Jan 6, 2025
@pront
Copy link
Member

pront commented Jan 6, 2025

Thank you for this feature request. We are quite busy with existing work at the moment but community PRs are always welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sink: http Anything `http` sink related type: feature A value-adding code addition that introduce new functionality.
Projects
None yet
Development

No branches or pull requests

3 participants