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

Implement key destruction #9

Closed
gnarea opened this issue Mar 22, 2023 · 1 comment · Fixed by #28
Closed

Implement key destruction #9

gnarea opened this issue Mar 22, 2023 · 1 comment · Fixed by #28
Labels
Milestone

Comments

@gnarea
Copy link
Member

gnarea commented Mar 22, 2023

export abstract class CloudRsaPssProvider extends RsaPssProvider {
  public abstract destroyKey(key: CryptoKey): Promise<void>;
}

Note that GCP KMS keys can't be deleted... we can only delete their versions.

@gnarea gnarea added this to the Version 1 milestone Mar 22, 2023
@kodiakhq kodiakhq bot closed this as completed in #28 Apr 4, 2023
kodiakhq bot pushed a commit that referenced this issue Apr 4, 2023
@github-actions
Copy link

github-actions bot commented Apr 4, 2023

🎉 This issue has been resolved in version 1.5.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant