mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
Updates for October 2023 MinIO Client releases - Adds output sample for `mc support top locks` - Adds `mc idp ldap accesskey` and subcommands Closes #1056 - Adds environment variables for most global flags - Adds --retry flag to mc mirror - Adds --bucket-bandwidth flag to mc admin replicate update Partially addresses #1045 - Removes unsupported `--noncurrent-transition-newer` flags from commands.
2.3 KiB
2.3 KiB
mc idp ldap accesskey rm
minio
Table of Contents
mc idp ldap accesskey rm
mc idp ldap accesskey remove
Description
The mc idp ldap accesskey rm
deletes the specified access
key from the local server.
mc idp ldap accesskey rm
is also known as mc idp ldap accesskey remove
.
EXAMPLE
The following example deletes the access key mykey
from
the minio
deployment:
- class
- copyable
mc idp ldap accesskey rm minio/ mykey
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] idp ldap accesskey rm \
ALIAS \
KEY
- Replace
ALIAS
with thealias <alias>
of a MinIO deployment configured for AD/LDAP integration. - Replace
KEY
with the access key to delete.
Parameters
ALIAS
The alias <alias>
of the MinIO deployment configured
for AD/LDAP.
For example:
mc idp ldap accesskey ls minio
KEY
The configured access key to delete.
Example
Delete the access key mykey
from the minio
deployment.
mc idp ldap accesskey rm minio/ mykey