pingora icon indicating copy to clipboard operation
pingora copied to clipboard

fix `cargo run --example server`, missing cert

Open yshing opened this issue 1 year ago • 2 comments

Running cargo run --example server throws an error caused by missing the pingora/test/keys folder.

This PR copies the cert from the pandora-core folder, so the example runs out of the box.

Hopefully, this will save a few minutes for the next person trying to run cargo run --example server right after cloning.

yshing avatar Mar 06 '24 17:03 yshing

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them. Once a secret has been leaked into a git repository, you should consider it compromised, even if it was deleted immediately. Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

Our GitHub checks need improvements? Share your feedbacks!

gitguardian[bot] avatar Mar 06 '24 17:03 gitguardian[bot]

This PR copies the cert from the pandora-core folder, so the example runs out of the box.

Mind using a symlink instead?

andrewhavck avatar Mar 29 '24 19:03 andrewhavck

Hey @andrewhavck updated.

yshing avatar Apr 05 '24 01:04 yshing

Thanks for contributing! This was merged in 7ce6f4ac1c440756a63b0766f72dbeca25c6fc94.

drcaramelsyrup avatar Apr 12 '24 22:04 drcaramelsyrup