-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Initial signing support #1345
Merged
Merged
Initial signing support #1345
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I'm not entirely sure why the test isn't working (ie why the |
NobodyXu
requested changes
Sep 5, 2023
Co-authored-by: Jiahao XU <[email protected]>
Co-authored-by: Jiahao XU <[email protected]>
NobodyXu
requested changes
Sep 5, 2023
NobodyXu
requested changes
Sep 5, 2023
NobodyXu
requested changes
Sep 5, 2023
NobodyXu
requested changes
Sep 5, 2023
Co-authored-by: Jiahao XU <[email protected]>
Co-authored-by: Jiahao XU <[email protected]>
Co-authored-by: Jiahao XU <[email protected]>
Co-authored-by: Jiahao XU <[email protected]>
Co-authored-by: Jiahao XU <[email protected]>
NobodyXu
requested changes
Sep 6, 2023
NobodyXu
requested changes
Sep 23, 2023
Co-authored-by: Jiahao XU <[email protected]>
ok so the macos CI failed due to connection error to the http server. |
Move the tls cert creation into `signing.sh` and sleep for 10s to wait for https server to start. Signed-off-by: Jiahao XU <[email protected]>
- Use a tempdir generated by `mktemp` for all certificates-related files - Put other checked-in files into `e2e-tests/signing` Signed-off-by: Jiahao XU <[email protected]>
Wait for server to start up by trying to connect to it. Signed-off-by: Jiahao XU <[email protected]>
Use single quote instead of double quote to avoid automatic expansion from bash Signed-off-by: Jiahao XU <[email protected]>
Remove `timeout` since it is not supported on MacOS. Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
By using double `//` for the value passed to option `-subj` Signed-off-by: Jiahao XU <[email protected]>
Pass `--ssl-revoke-best-effort` to prevent schannel from checking ssl revocation status. Signed-off-by: Jiahao XU <[email protected]>
Signed-off-by: Jiahao XU <[email protected]>
so that we can see the error message there. Signed-off-by: Jiahao XU <[email protected]>
use `python3` since macos-latest still has python2 installed and `python` is a symlink to `python2` there. Signed-off-by: Jiahao XU <[email protected]>
NobodyXu
approved these changes
Sep 23, 2023
github-merge-queue
bot
removed this pull request from the merge queue due to failed status checks
Sep 23, 2023
Thanks for finishing this :) |
This was referenced Sep 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref #1