noobaa / noobaa-core

High-performance S3 application gateway to any backend - file / s3-compatible / multi-clouds / caching / replication ...
https://www.noobaa.io
Apache License 2.0
265 stars 78 forks source link

NSFS | NC | CLI | secret_key is not getting updated when using `--regenerate` flag #7695

Closed liranmauda closed 2 months ago

liranmauda commented 8 months ago

Actual behavior

  1. secret_key is not getting updated when using --regenerate flag
liranmauda commented 7 months ago

Re-opening for validation

PravinRanjan10 commented 7 months ago

LGMT [root@prscale-12 noobaa-core]# sudo node src/cmd/manage_nsfs account update --name account1 --email z111ddddd@noobaa.com --regenerate 2>/dev/null { "response": { "code": "AccountUpdated", "reply": { "name": "account1", "email": "z111ddddd@noobaa.com", "creation_date": "2024-01-23T09:09:01.772Z", "access_keys": [ { "access_key": "gWAWuGZ043rHmxWciDLC", "secret_key": "596AQ5u1rJaOTY4Hzp3YJu1NICJFtXzuRh9AeFmo" } ], "nsfs_account_config": { "uid": 1000, "gid": 1000, "new_buckets_path": "/mnt/gpfs0" }, "allow_bucket_creation": true, "_id": "65af822d3ffbe08b39a551ca" } } }

github-actions[bot] commented 4 months ago

This issue had no activity for too long - it will now be labeled stale. Update it to prevent it from getting closed.

romayalon commented 2 months ago

closing per Pravin's comment