Skip to content
Snippets Groups Projects
Commit f6f58f95 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

`inspect-key`: Adds support for `expect-public` (#10430)

* Introduce `SecretUri`

* `inspect-key`: Adds support for `expect-public`

`expect-public` can be used to check that a given secret uri corresponds to the given public key.
This is mainly useful when the secret uri is protected by a password and a new derived account
should be generated. With `--expect-public` the user can pass the public key/account-id of the
"base" secret uri aka the one without any derivation to ensure the correct password was inserted.

* Fixes

* :face_palm:



* Apply suggestions from code review

Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>

* Review feedback

* FMT

* Bump the versions

Co-authored-by: default avatarAndré Silva <123550+andresilva@users.noreply.github.com>
parent 91260e8b
No related merge requests found
Showing
with 20 additions and 20 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment