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

[Kubernetes secret provider] Add cache for the secrets #3822

Merged
merged 29 commits into from
Dec 18, 2023

Commits on Nov 27, 2023

  1. Add secret cache

    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    dadc79b View commit details
    Browse the repository at this point in the history
  2. Add changelog

    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ea3a100 View commit details
    Browse the repository at this point in the history
  3. Remove assignment

    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a71101b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    125330f View commit details
    Browse the repository at this point in the history
  5. - Remove secrets based on last access

    - Update duration config format
    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    09ba2b6 View commit details
    Browse the repository at this point in the history
  6. - Remove secrets based on last access

    - Update duration config format
    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    4908655 View commit details
    Browse the repository at this point in the history
  7. - Update duration config format

    - Add ttl for both update and delete
    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    a291bae View commit details
    Browse the repository at this point in the history
  8. Add unit test

    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9f5b92c View commit details
    Browse the repository at this point in the history
  9. Add unit test

    constanca-m committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    9d94859 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. - Use assert.eventually

    - Switch to RWMutex
    - Create new map
    constanca-m committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    6d30148 View commit details
    Browse the repository at this point in the history
  2. - Fix typos

    constanca-m committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    d7c8756 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3ba219 View commit details
    Browse the repository at this point in the history
  4. fix race in tests

    constanca-m committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8913d04 View commit details
    Browse the repository at this point in the history
  5. fix race in tests

    constanca-m committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    0fcd65a View commit details
    Browse the repository at this point in the history
  6. fix race in tests

    constanca-m committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    57ad12c View commit details
    Browse the repository at this point in the history
  7. fix race in tests

    constanca-m committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    8533ec4 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2023

  1. Configuration menu
    Copy the full SHA
    c65ae20 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Add context timeout.

    constanca-m committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    87f0453 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Configuration menu
    Copy the full SHA
    f02823e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97d6c84 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. - Add disable cache option

    - Remove goroutine
    - Refactor timeout name to requestTimeout
    constanca-m committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    0f8d86a View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Rename cache fields

    constanca-m committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    70c16ca View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Changes config names

    constanca-m committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7f40d9c View commit details
    Browse the repository at this point in the history
  2. Merge maps

    constanca-m committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    62862a3 View commit details
    Browse the repository at this point in the history
  3. Merge maps

    constanca-m committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    7642f09 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2023

  1. Merge maps, fix mistake

    constanca-m committed Dec 14, 2023
    Configuration menu
    Copy the full SHA
    ab76805 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f3ab48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    044e7d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b7da6c View commit details
    Browse the repository at this point in the history