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

Feature: download key instead of storing it locally in this repository #1

Open
maertsen opened this issue Jan 11, 2024 · 0 comments
Open

Comments

@maertsen
Copy link
Member

We could download the key instead of storing it, to avoid having it in two places.

Fetching could be done by a "build.rs" Rust "script" in the root of the project dir. See: https://doc.rust-lang.org/cargo/reference/build-scripts.html and https://stackoverflow.com/a/45623133.

This would need proper error handling and validation, to make sure we are shipping the right key. So the gains over local storage may be small.

Deferring for now.

@maertsen maertsen changed the title Feature: download key instead of storing it locally Feature: download key instead of storing it locally in this repository Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant