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

Use exponential backoffs on secret source errors. #732

Merged
merged 5 commits into from
May 16, 2024

Commits on May 14, 2024

  1. WIP: Use exponential backoffs on secret source errors.

    Previously, the back off duration was based on a fixed duration + some
    jitter. This PR introduces exponential back offs for all secret syncing
    controllers. The back off will be calculated and honored whenever an
    error is encountered while fetching from a secret source e.g: Vault,
    HCPVS.
    benashz committed May 14, 2024
    Configuration menu
    Copy the full SHA
    6ace089 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Post review updates

    benashz committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6d99abf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6976042 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Post review updates

    - add new metric runtime configuration gauge
    benashz committed May 16, 2024
    Configuration menu
    Copy the full SHA
    15e14c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d10ffde View commit details
    Browse the repository at this point in the history