-
Notifications
You must be signed in to change notification settings - Fork 104
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
Support to update credentials manually to an account #1344
Conversation
@achouhan09, |
@shirady |
2b78cec
to
d8dc974
Compare
8c3f82f
to
8f39fa5
Compare
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.
LGTM
Signed-off-by: Aayush Chouhan <[email protected]>
Explain the changes
For example:
noobaa account credentials --access-key=<access-key> --secret-key=<secret-key>
Additionally, validation checks have been implemented for both keys to ensure the command succeeds only with valid credentials.
Testing Instructions:
make test-cli-flow