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
On account creation/update - when providing --access_key flag and --secret_key and there is a space before the value, Instead of failing or trimming the space at the beginning, the access key and secret key get generated automatically.
Expected behavior
Failing or trimming the space at the beginning and create an account with the user's access_key and secret_key.
romayalon
changed the title
NC | CLI | Weird behaviour of the CLI when adding space before access_key/secret_key flag
NC | CLI | Weird behavior of the CLI when adding space before access_key/secret_key flag
Aug 29, 2024
Environment info
Actual behavior
--access_key
flag and--secret_key
and there is a space before the value, Instead of failing or trimming the space at the beginning, the access key and secret key get generated automatically.Expected behavior
Steps to reproduce
sudo node src/cmd/manage_nsfs.js account add --name account15 --user root --new_buckets_path=/private/tmp/dir2/ --access_key= 12345678912345678912 --secret_key= a234567891234567891212345678912345678912 --debug 5
More information - Screenshots / Logs / Other output
The text was updated successfully, but these errors were encountered: