mirror of
https://github.com/minio/docs.git
synced 2025-08-08 01:43:18 +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 enable
minio
Table of Contents
mc idp ldap accesskey enable
Description
The mc idp ldap accesskey enable
enables the specified
access key <minio-id-access-keys>
on the local
server.
EXAMPLE
The following example enables the access key mykey
from
the minio
deployment:
- class
- copyable
mc idp ldap accesskey enable minio/ mykey
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] idp ldap accesskey enable \
ALIAS \
KEY
- Replace
ALIAS
with thealias <alias>
of a MinIO deployment configured for AD/LDAP integration. - Replace
KEY
with the access key to enable.
Parameters
ALIAS
The alias <alias>
of the MinIO deployment configured
for AD/LDAP.
For example:
mc idp ldap accesskey enable minio mykey
KEY
The configured access key to enable.
Example
Enable the access key mykey
from the minio
deployment.
mc idp ldap accesskey enable minio/ mykey