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

Fix CI with new valid certificates and add script for future usage #6585

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

itsjunetime
Copy link
Contributor

Which issue does this PR close?

Closes #6568

Rationale for this change

CI needs to get going again and we need new certificates to do that. Also a script is useful for those who run into this in the future.

What changes are included in this PR?

This includes newly generates certs and keys for the arrow-flight CI test as well as a script to regenerate these certificates and keys in the future

Are there any user-facing changes?

No

@github-actions github-actions bot added arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate labels Oct 18, 2024
@tustvold tustvold merged commit 1666a4d into apache:master Oct 18, 2024
12 checks passed
@alamb
Copy link
Contributor

alamb commented Oct 20, 2024

Thank you @itsjunetime 🙏

@@ -0,0 +1,30 @@
#!/bin/sh

# source: https://users.rust-lang.org/t/use-tokio-tungstenite-with-rustls-instead-of-native-tls-for-secure-websockets/90130
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arrow Changes to the arrow crate arrow-flight Changes to the arrow-flight crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Arrow flight CI test failing on master
3 participants