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

fix: when deleting the enrollment remove default private and self encryption keys. #2147

Conversation

sitaram-kalluri
Copy link
Member

- What I did
Fixes the issue: #2118

  • When an enrollment is deleted, removes the default encryption private key and default self encryption key which becomes stale and are of no use.

- How I did it

  • In the enroll_verb_handler.dart, after deleting the enrollment id, delete the "apkam public key", "default encryption private key", default self encryption key" from the keystore.

- How to verify it

  • Updated the existing functional test to verify the changes.

- Description for the changelog

  • fix: when deleting the enrollment remove default private and self encryption keys.

@sitaram-kalluri sitaram-kalluri merged commit 7039244 into trunk Nov 7, 2024
26 checks passed
@sitaram-kalluri sitaram-kalluri deleted the 2118-delete-default-encryption-key-and-default-self-encryption-key-when-deleting-the-enrollment-key branch November 7, 2024 09:54
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.

Delete default encryption key and default self encryption key when deleting the enrollment key.
2 participants