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

Add flag to delete keys even if the user does not remember the password #2961

Closed
4 tasks
alessio opened this issue Nov 30, 2018 · 1 comment
Closed
4 tasks
Assignees
Labels
C:CLI C:Keys Keybase, KMS and HSMs

Comments

@alessio
Copy link
Contributor

alessio commented Nov 30, 2018

Forked from #2923

Description:

As a gaiacli user
I want to forcibly remove a key from the store
So that I can delete key to which I forgot the passphrase

Acceptance criteria

Given a key name
When I run gaiacli keys --force <key>
Then the key is removed from the local store and I'm not prompted to input the password.


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged
  • Contributor assigned/self-assigned
@alessio alessio added the C:CLI label Nov 30, 2018
@alessio alessio self-assigned this Nov 30, 2018
@alessio
Copy link
Contributor Author

alessio commented Nov 30, 2018

This is useful in unattended execution scenario too.

alessio pushed a commit that referenced this issue Nov 30, 2018
Skip password check when --force is on and delete
keys unconditionally.

Closes: #2961
@alessio alessio added the C:Keys Keybase, KMS and HSMs label Nov 30, 2018
cwgoes pushed a commit that referenced this issue Nov 30, 2018
* add --force to keys delete for unattended execution

Skip password check when --force is on and delete
keys unconditionally.

Closes: #2961

* Forcibly cleanup keys on fixtures initialization
mircea-c pushed a commit that referenced this issue Dec 5, 2018
* add --force to keys delete for unattended execution

Skip password check when --force is on and delete
keys unconditionally.

Closes: #2961

* Forcibly cleanup keys on fixtures initialization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C:CLI C:Keys Keybase, KMS and HSMs
Projects
None yet
Development

No branches or pull requests

1 participant