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

Supporting usage without full crev id #384

Open
kornelski opened this issue Feb 21, 2021 · 0 comments
Open

Supporting usage without full crev id #384

kornelski opened this issue Feb 21, 2021 · 0 comments

Comments

@kornelski
Copy link
Member

kornelski commented Feb 21, 2021

Currently crev verify uses empty TrustSet when own id is not configured, but a completely empty set is not reporting anything. That makes a poor first impression.

Some trusted reviews could be easily added with a couple of crev trust …, but currently this also unhelpfully fails with "Current Id not set". Setting up an Id requires configuring a proof repo and a passphrase. That's a steep curve to run just one command.

So I'm looking into:

  • Letting commands like verify run with non-empty ad-hoc trust sets. For example crev verify --trust https://proofs-repo could be useful in CI where you don't want to set up an identity, but want to automatically verify dependencies.

  • Allowing gradual setup of a CrevId, so that they can be configured with trust information without configuring publishing.

  • Having commands guide user to configure the missing parts as-needed, like adding trusted ids or configuring publishing URL.

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