You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an enrollment is approved, the default encryption key and default self encryption key are creating. When deleting the enrollment revoked enrollment, only the enrollment key is deleted, but the default encryption key and default self encryption key are not deleted. After deleting the enrollment key, these key are of no use. Delete these keys also.
Adding the log:
Before enrollment key deletion:
-----------------------------------------------
@alice🛠@scan
data:["19f571bb-25a7-409d-80cb-984f2bc882a6.default_enc_private_key.__manage@alice🛠","19f571bb-25a7-409d-80cb-984f2bc882a6.default_self_enc_key.__manage@alice🛠","19f571bb-25a7-409d-80cb-984f2bc882a6.new.enrollments.__manage@alice🛠"]
After enrollment key deletion:
-----------------------------------------------
@alice🛠@scan
data:["19f571bb-25a7-409d-80cb-984f2bc882a6.default_enc_private_key.__manage@alice🛠","19f571bb-25a7-409d-80cb-984f2bc882a6.default_self_enc_key.__manage@alice🛠"]
@alice🛠@
Steps to reproduce
Create an enrollment request.
Approve the enrollment request
Then revoke the enrollment request
Delete the revoked enrollment request
The enrollment key is successfully deleted. The default self encryption key and default encryption key still exist in the keystore which are of no use.
Expected behavior
Delete the default encryption key and default self encryption key related to the enrollment.
The text was updated successfully, but these errors were encountered:
Describe the bug
Adding the log:
Steps to reproduce
Expected behavior
Delete the default encryption key and default self encryption key related to the enrollment.
The text was updated successfully, but these errors were encountered: