-
Notifications
You must be signed in to change notification settings - Fork 80
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
NC | NSFS | revoking --new_access_key
and fixing access key update issues
#7697
Conversation
c49b3f2
to
0453447
Compare
0453447
to
2e67829
Compare
//fixing the new_account_details for compare. | ||
new_account_details = { ...new_account_details, ...new_account_details.nsfs_account_config }; | ||
assert_account(account_symlink, new_account_details); | ||
}); | ||
|
||
it('should fail - cli update account new access_key wrong complexity', async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wait but now you don't have a "should fail wrong complexity test"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, as we dont have the --new_access_key
flag anymore, we removing this test, and the error is removed with it.
We do have a should fail - cli update account access_key wrong complexity
for --access_key
and should fail - cli update account secret_key wrong complexity
for --secret_key
…issues 1. revoking `--new_access_key` 2. fixing issue where `--regenerate` did not update the secret_key 3. fixing an issue where using `--access_key` without `--new_access_key` did not updated the symlink 4. updated the tests. Signed-off-by: liranmauda <liran.mauda@gmail.com>
2e67829
to
578b7c0
Compare
Explain the changes
--new_access_key
--regenerate
did not update the secret_key--access_key
without--new_access_key
did not updated the symlinkIssues: Fixed #xxx / Gap #xxx
--regenerate
flag #7695Testing Instructions: