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

Prevent AWS credentials refresh from stopping on exception #142

Commits on Sep 6, 2024

  1. Prevent AWS credentials refresh from stopping on exception

    If `aws_credentials()` fails due to an unstable network or other issues,
    it throws an exception. This stops `timer_execute()` from repeating its block,
    preventing `OpenSearchOutput` from updating `@_aws_credentials`.
    As a result, `@_aws_credentials` will expire.
    
    This commit catches the exception and prevents it from propagating to
    `timer_execute()`, ensuring continuous credential updates.
    
    Signed-off-by: Yuki Sekiguchi <[email protected]>
    aYukiSekiguchi committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    a8e1639 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. test: check logging error when refreshing credentials are failed

    Signed-off-by: Kentaro Hayashi <[email protected]>
    kenhys committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    b877206 View commit details
    Browse the repository at this point in the history