access-key-create
The box access-key-create command creates a new access key for a specific object storage instance. This command generates a new access key and secret access key, which can be used to authenticate and access the object storage via S3-compatible services.
Usage
cldkctl box access-key-create [flags] Steps
Follow the steps below to run and view the result of this command:
View your available object storage instances to find the Object Storage ID. Refer to the Box List section.
Run the following command in your terminal:
cldkctl box access-key-create <object-storage-id>Replace
<object-storage-id>with the ID of the object storage where the access key will be created.In the interactive interface, select the User to associate with the access key.
Enter the Access Key Name

Confirm the creation by selecting y, or cancel by choosing n.

Once completed successfully, a message “✓ Access Key created successfully!” will appear in your terminal.
Along with this message, the Secret Access Key will also be displayed. Make sure to copy and securely store the secret key immediately, as it may only be shown once.

Flags
-h, --help
Help for box access-key-create command.
Last updated
