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

Implements AWS SigV4 for the HTTP output plugin. #4459

Merged
merged 4 commits into from
Apr 5, 2024

Commits on Apr 2, 2024

  1. Implements AWS SigV4 for the HTTP output plugin. Resolves fluent#4444.

    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    f717320 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Make the AWS dependencies optional requirements and only require them…

    … as needed for SigV4 authentication.
    
    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4375321 View commit details
    Browse the repository at this point in the history
  2. Remove the Host header from HTTP output requests.

    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e4c2044 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Addressed PR comments - update the gem installation to allow for more…

    … flexible versions and use a return to invert a conditional.
    
    Signed-off-by: David Venable <dlv@amazon.com>
    dlvenable committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    c26d8e7 View commit details
    Browse the repository at this point in the history