1
0
mirror of https://github.com/minio/docs.git synced 2025-08-09 13:02:53 +03:00
Files
docs/source/reference/minio-mc-admin/mc-admin-user-svcacct-remove.rst
Daryl White af3d8aba9f Updates for two October 2024 releases (#1353)
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
2024-10-22 16:32:42 -04:00

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.

Global Flags

Behavior

S3 Compatibility