1
0
mirror of https://github.com/minio/docs.git synced 2025-08-08 01:43:18 +03:00
Files
docs/source/reference/minio-mc-admin/mc-admin-user-svcacct-disable.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.0 KiB

mc admin user svcacct disable

minio

Table of Contents

mc admin user svcacct disable

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 disable command to disable an access key for a built-in MinIO IDP user.

To disable access keys for AD/LDAP users, use the mc idp ldap accesskey disable command.

Syntax

The mc admin user svcacct disable command disables an existing access key.

EXAMPLE

The following command disables the specified access key:

mc admin user svcacct disable myminio myuserserviceaccount  

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] admin user svcacct disable         \  
                                    ALIAS           \  
                                    SERVICEACCOUNT 

Parameters

ALIAS

The alias <mc alias> of the MinIO deployment.

SERVICEACCOUNT

The service account access key to disable.

Global Flags

Behavior

S3 Compatibility