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
While creating new enrollments, the auth_cli can overwrite MPKAM keys file or other enrollment atKeys files.
Steps to reproduce
First I 'create an enrollment at the default atKeys filePath at /home/user/.atsign/keys/'
Then I 'create another enrollment without providing an atkeys file path
This would overwrite the file created in step 1
Expected behavior
AuthCli should not overwrite atKeys files by default. It should check if the provided filePath already exists and only overwrite if the overwrite flag is set to true.
The text was updated successfully, but these errors were encountered:
Describe the bug
While creating new enrollments, the auth_cli can overwrite MPKAM keys file or other enrollment atKeys files.
Steps to reproduce
Expected behavior
AuthCli should not overwrite atKeys files by default. It should check if the provided filePath already exists and only overwrite if the overwrite flag is set to true.
The text was updated successfully, but these errors were encountered: