-
Notifications
You must be signed in to change notification settings - Fork 131
Update Windows code signing to use KeyLocker #1097
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
Conversation
|
I'm not sure what's going on with these failures but I'm looking into it. |
|
It looks like some tests are failing because in some cases the list of buckets that an app key is restricted to is coming back in a different order; ['clitstgetq93ee73cj9ni6m9b2sv0wng0evk5qorhksupl72-upmo6xp27g8cct',
'clitstgetq93ee2976bia7oll2y8meyssvhhcvq54yu-z2n0r2w5b--xcozbkhn']vs ['clitstgetq93ee2976bia7oll2y8meyssvhhcvq54yu-z2n0r2w5b--xcozbkhn',
'clitstgetq93ee73cj9ni6m9b2sv0wng0evk5qorhksupl72-upmo6xp27g8cct'] |
|
Hey @b-boogaard, I'm currently working on the fix for the tests problem you've mentioned. |
121a06d to
777847c
Compare
|
Thanks @olzhasar-reef! |
|
The multi-bucket issue is resolved now 🎉 However, it's looking like python 3.8 is having a couple problems with some |
Co-authored-by: Stephen Byrd <30883208+byrdsteve@users.noreply.github.com>
byrdsteve
left a comment
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
Update the GitHub actions in
cd.ymlto use DigiCert's KeyLocker and cloud based signing solutions for increased code signing certificate security.