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

Adding cmd to generate/add/remove access keys for key rotation. #113

Merged
merged 3 commits into from
Oct 12, 2023

Conversation

spilin
Copy link
Collaborator

@spilin spilin commented Oct 11, 2023

This pull request introduces enhancements to the command-line interface with the addition of three new commands:

  • generate-key: A command dedicated to generating a key pair for the signer.
  • add-keys: This command allows users to add keys to a specified account.
  • delete-keys: Facilitates the removal of keys from a designated account.

Documentation Updates

The documentation has been updated to detail the functionality and purpose of these newly introduced commands, ensuring that users are well-informed of their utility and operation.

@spilin spilin requested a review from pustovalov October 11, 2023 18:33
@spilin spilin self-assigned this Oct 11, 2023
cmd/keys.go Outdated Show resolved Hide resolved
cmd/keys.go Outdated Show resolved Hide resolved
spilin and others added 2 commits October 12, 2023 14:30
Ensure that SignerKey is present in config file

Co-authored-by: Pavel Pustovalov <[email protected]>
Fix typo in comment

Co-authored-by: Pavel Pustovalov <[email protected]>
@spilin spilin merged commit a7fc161 into main Oct 12, 2023
2 checks passed
@spilin spilin deleted the keys_cmd branch October 12, 2023 11:42
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

Successfully merging this pull request may close these issues.

2 participants