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

ci: workflow for standalone pd #3709

Merged
merged 1 commit into from
Feb 1, 2024
Merged

ci: workflow for standalone pd #3709

merged 1 commit into from
Feb 1, 2024

Commits on Jan 31, 2024

  1. ci: workflow for standalone pd

    We want to exercise the pd https logic, but we can't naively run it
    from scratch on every deploy, because that'd be far too many API
    requests to reissue certs from ACME. Instead, let's preserve the ACME
    directory before wiping state, and reuse it before bouncing the service.
    
    This setup requires always-on boxes provisioned out of band.
    So far, this adds the base logic via a workflow. In order to get it
    running, I'll need to iterate on the workflow, but workflows must land
    on main prior to being available for ad-hoc execution.
    
    Refs #3336.
    conorsch committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    fc70ab3 View commit details
    Browse the repository at this point in the history