mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +03:00
Deprecates a no longer used operator environment variable. Closes #1351 Adds `mc admin accesskey` and subcommands. Updates `mc admin user svcacct` and subcommands with reference to new commands. Closes #1350
1.8 KiB
1.8 KiB
mc admin accesskey rm
minio
Table of Contents
mc admin accesskey remove
mc admin accesskey rm
Syntax
The mc admin accesskey rm
command removes an access key
associated to a user on the deployment.
The mc admin accesskey remove
command has equivalent
functionality to mc admin accesskey rm
.
Warning
Applications can no longer authenticate using the access key after its removal.
EXAMPLE
The following command removes the specified access key:
mc admin accesskey rm myminio myuserserviceaccount
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] admin accesskey rm \
ALIAS \
ACCESSKEYTOREMOVE
Parameters
ALIAS
The alias <mc alias>
of the MinIO deployment.
ACCESSKEYTOREMOVE
The access key to remove.