-
Notifications
You must be signed in to change notification settings - Fork 273
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
Cert rotator #4617
Cert rotator #4617
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just two comments to optionally address
75e815d
I was thinking, maybe we should move the behavior of CertRotator into CertHelper. That way we always bring along what we need on every run, and we don't have to worry about pushing updates to CertRotator out to machines. |
Would the idea be to then run the CertRotator functionality every run as well? I think that makes sense, especially from the standpoint of having a clear update flow. |
Yeah, that would be the idea. We would check on the certs before we started the upload. |
Test runs for Arm64 are here, https://dev.azure.com/dnceng/internal/_build/results?buildId=2622437&view=results. Alpine and iOS are here, https://dev.azure.com/dnceng/internal/_build/results?buildId=2622440&view=results. |
Adds certificate handling to auth code for upload