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

API-1802: cert-rotation: allow specifying multiple target certs in CertRotationController #1722

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 29, 2024

  1. cert-rotation: allow specifying multiple target certs in CertRotation…

    …Controller
    
    Instead of defining several controllers managing the same signer/CA
    bundle pair and different target certs the same controller can accept
    a list of target certs to create.
    vrutkovs committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2ec0b07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75f7411 View commit details
    Browse the repository at this point in the history
  3. certrotationcontroller: ensure secrets/configmaps are unique

    Collect a list of secrets/configmaps tracked in controllers to
    make sure any secret/configmap is not being declared twice
    to avoid races when updating it
    vrutkovs committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    26bcb48 View commit details
    Browse the repository at this point in the history