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
2.2 KiB
mc admin user svcacct rm
minio
Table of Contents
mc admin user svcacct remove
mc admin user svcacct rm
Important
This command has been replaced and will be deprecated in a future MinIO Client release.
As of MinIO Client RELEASE.2024-10-08T09-37-26Z, use the mc admin accesskey rm
command
to delete access keys for built-in MinIO IDP users.
For access keys for AD/LDAP users, use the mc idp ldap accesskey rm
command.
Syntax
The mc admin user svcacct rm
command removes an access key
associated to a user on the deployment.
The mc admin user svcacct remove
command has equivalent
functionality to mc admin user svcacct rm
.
Applications can no longer authenticate using that access key after removal.
EXAMPLE
The following command removes the specified access key:
mc admin user svcacct rm myminio myuserserviceaccount
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] admin user svcacct remove \
ALIAS \
SERVICEACCOUNT
Parameters
ALIAS
The alias <mc alias>
of the MinIO deployment.
SERVICEACCOUNT
The service account access key to remove.