mirror of
https://github.com/minio/docs.git
synced 2025-08-06 14:42:56 +03:00
- 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
2.1 KiB
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 thealias <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