Managing SubUsers on FPT Object Storage
A SubUser is a sub-account created in FPT Object Storage with limited access, helping to enhance security and control data access more effectively. Depending on usage needs, administrators can assign SubUsers roles with different levels of access.
Supported roles:
- None: No access.
- Read: Can only read data in the bucket.
- Write: Can only write data to the bucket.
- Read - Write: Has read and write access to data.
- Full: Full permissions, including bucket configuration operations.
Using SubUsers enables clear permission separation and reduces risk when sharing access with multiple users or applications.
Create a New SubUser
Step 1: Go to the Object Storage Management menu, select the SubUser tab, then select Region. Step 2: Click Create SubUser. Step 3: Enter the required information:
- Name: A memorable display name.
- Access level: Select the appropriate role.
Step 4: Click Create to complete the SubUser creation process.
Edit a SubUser's Role
Step 1: In the SubUser list, select Detail for the SubUser to edit. Step 2: In the Access level field, select the new appropriate role. Step 3: Click Save to update.
Manage SubUser Access Keys
Each SubUser can have up to 2 Access Key pairs used for authentication when accessing buckets via SDK, API, or S3 Client.
A. Create a SubUser Access Key
Step 1: Go to the Detail of the SubUser for which you want to create a key. Step 2: Click Generate Key. Step 3: The system will generate an Access Key and Secret Key pair. Step 4: Immediately store the key information in a safe location, then click Confirm access key to confirm.
🔐 Note: The Secret Key is only displayed once.
B. Delete a SubUser Access Key
Step 1: Go to the Detail of the SubUser containing the key to delete. Step 2: In the Action section for the Access Key, select Delete. Step 3: Confirm the action when prompted to complete the key deletion.
⚠️ After deletion, all clients using this key will lose access.
Delete a SubUser
Step 1: In the SubUser list, select Delete next to the SubUser to delete. Step 2: Confirm the action when the warning dialog appears.