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

Actualize acra-keys destroy info #293

Merged
merged 3 commits into from
Jan 26, 2023

Conversation

Zhaars
Copy link
Contributor

@Zhaars Zhaars commented Jan 25, 2023

Actualize info about acra-keys destroy subcommand

Actualize info about acra-keys destroy subcommand
@@ -8,7 +8,7 @@ weight: 7
**`destroy`** is `acra-keys` subcommand used for destroying keypair from the keystore.

{{< hint warning >}}
Since 0.91.0 `acra-keys` **`destroy`** doesn't support destroying keys and will be extended in subsequent versions.
From 0.91.0 to 0.94.0 `acra-keys` **`destroy`** doesn't support destroying keys and will be extended in subsequent versions.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. "destroy" command doesn't support destroying keys?
  2. "From 0.91.0 to 0.94.0" — do we expect this behavior to change in 0.95.0?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. Previously destroy command was only used for transport keys between connect/server/translator. Since we removed support of the connector in 0.91.0 - destroy command could not destroy keys.

  2. Yes, already prepared corresponded PR Extend acra-keys destroy acra#625

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

destroy command could not destroy keys.

Why we need destroy command if it doesn't destroy the keys? 🤔

Maybe we need to clarify the wording?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you think about that one @vixentael ?

Before 0.91.0 `acra-keys` **`destroy`** was used to destroy only transport keys. Since 0.91.0 transport keys support is deprecated, `acra-keys` **`destroy`** is unused.
Starting from 0.95.0 `acra-keys` **`destroy`** is extended to support all keys.

Copy link
Contributor

@vixentael vixentael Jan 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fantastic! One small change

Before 0.91.0 `acra-keys` **`destroy`** was used to destroy only transport keys. Since 0.91.0 transport keys support is deprecated, `acra-keys` **`destroy`** is unused.
Starting from 0.95.0 `acra-keys` **`destroy`** is extended to delete any types of keys.

@Zhaars

Copy link
Contributor

@Lagovas Lagovas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm after resolving @vixentael 's question.

@vixentael
Copy link
Contributor

lgtm after resolving my last comment :D

@Zhaars Zhaars merged commit 6eb064f into master Jan 26, 2023
@Zhaars Zhaars deleted the zhars/actualize_acra_key_destroy_info branch January 26, 2023 14: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.

None yet

3 participants