Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
1.3.0
Description
While assigning user to tenant, it logs the access/secret key on the console in shell export variables.
bash-4.2$ ozone tenant user assign '**' -t tenantone Assigned '**' to 'tenantone' with accessId 'tenantone$**'. export AWS_ACCESS_KEY_ID='tenantone$**' export AWS_SECRET_ACCESS_KEY='35d5075f8a4d5dce4a6491a06c2f6f7cf4c2ba443f7f483841551d923527ebcf'
But while fetching the keys via getsecret API the output is in different format.
bash-4.2$ ozone tenant user getsecret 'tenantone$**'
awsAccessKey=tenantone$**
awsSecret=35d5075f8a4d5dce4a6491a06c2f6f7cf4c2ba443f7f483841551d923527ebcf
Better to have similar format.
Attachments
Issue Links
- is part of
-
HDDS-6340 [Multi-Tenant] Add tenant CLI option to print results in JSON
- Resolved