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

feat: Update activate-certificate-authority to activate latest CA without passing CA GUID #596

Merged
merged 3 commits into from
Jan 31, 2023

Commits on Jan 31, 2023

  1. feat: allow no guid activate ca workflow

    - this will activate any new inactive CA
    
    Co-authored-by: Ramkumar Vengadakrishnan <rvengadakrishnan@pivotal.io@vmware.com>
    dtimm and Ramkumar Vengadakrishnan committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    57faad6 View commit details
    Browse the repository at this point in the history
  2. feat: Added additional inactiveCA scenarios

    - Multiple inactive CAs with different creation dates
    
    Co-authored-by: David Timm <dtimm@vmware.com>
    Co-authored-by: Ramkumar Vengadakrishnan <ramkumarv@vmware.com>
    dtimm and ram-pivot committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    61cc465 View commit details
    Browse the repository at this point in the history
  3. refactor: Simplified the algorithm

    - Simplified the code by just getting the latest CA
    and then performing checks on that.
    
    Co-authored-by: David Timm <dtimm@vmware.com>
    Co-authored-by: Ramkumar Vengadakrishnan <ramkumarv@vmware.com>
    dtimm and ram-pivot committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4cc462c View commit details
    Browse the repository at this point in the history