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

Provide default options for secret key storage #2776

Open
rklaehn opened this issue Oct 2, 2024 · 1 comment
Open

Provide default options for secret key storage #2776

rklaehn opened this issue Oct 2, 2024 · 1 comment
Labels
c-iroh-net feat New feature or request question Further information is requested

Comments

@rklaehn
Copy link
Contributor

rklaehn commented Oct 2, 2024

Not sure whether we should do this at all, but... when I look at the workshop code and the code of all my little examples, one thing that I always have to put into the util.rs is some way to make the keypair persistent, either in a data directory or in an env var.

Maybe we should add this to the endpoint builder as well?

@rklaehn rklaehn added c-iroh-net feat New feature or request question Further information is requested labels Oct 2, 2024
@flub
Copy link
Contributor

flub commented Oct 2, 2024

Isn't this an endless list of new demands? Storage should be encrypted, use the system keyring, use a HSM, ...

I still like the current distinction of not having any storage in iroh-net but allowing things to be passed into the Endpoint::builder().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c-iroh-net feat New feature or request question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

2 participants