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

[v22.3.x] Handling all exceptions in refresh credentials loop #8611

Commits on Feb 3, 2023

  1. s/cloud_roles: handling all exceptions in refresh credentials

    When refreshing credentials we need to handle all possible exceptions
    not to stop the credentials refresh loop. Previously any exception would
    result in a situation where credential refresh loop stops and finally
    credentials expire resulting in client reporting `ExpiredToken` error.
    
    Signed-off-by: Michal Maslanka <michal@redpanda.com>
    (cherry picked from commit 555ea8c)
    mmaslankaprv authored and vbotbuildovich committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    dda3a8d View commit details
    Browse the repository at this point in the history