1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00
Files
docs/source/reference/minio-mc/mc-idp-ldap-accesskey-disable.rst
Daryl White 79cf400125 Updates for the 2024-09-09 releases of the server and mc (#1331)
- adds new config options for webhook events
- adds new subcommands to mc idp ldap accesskey
- adds info about new output during iam import

Closes #1316
2024-09-23 15:29:29 -04:00

2.1 KiB

mc idp ldap accesskey disable

minio

Table of Contents

mc idp ldap accesskey disable

Description

mc idp ldap accesskey disable disables the specified access key <minio-id-access-keys> on the MinIO deployment.

EXAMPLE

The following example disables the access key mykey on the minio deployment:

class
copyable

mc idp ldap accesskey disable minio mykey

SYNTAX

The command has the following syntax:

mc [GLOBALFLAGS] idp ldap accesskey disable  \
                                 ALIAS       \
                                 KEY
  • Replace ALIAS with the alias <alias> of a MinIO deployment configured for AD/LDAP integration.
  • Replace KEY with the access key to disable.

Parameters

ALIAS

The alias <alias> of the MinIO deployment configured for AD/LDAP.

For example:

mc idp ldap accesskey disable minio

KEY

The configured access key to disable.

Example

Disable the access key mykey from the minio deployment.

mc idp ldap accesskey disable minio/ mykey

Global Flags

Behavior

S3 Compatibility