Closes #807 Closes #846 --------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
1.8 KiB
mc admin cluster iam export
minio
mc admin cluster iam export
Description
RELEASE.2022-06-26T18-51-48Z
The mc admin cluster iam export
command exports IAM <minio-authentication-and-identity-management>
metadata for use with the mc admin cluster iam import
command.
The command saves the output as ALIAS-iam-metadata.zip
,
where ALIAS
is the alias <mc admin cluster iam export ALIAS>
of the
MinIO deployment.
EXAMPLE
The following command exports all IAM metadata for the
myminio
deployment.
mc admin cluster iam export myminio
SYNTAX
The command has the following syntax:
mc [GLOBALFLAGS] admin cluster iam export ALIAS
Starting with RELEASE.2023-05-04T18-10-16Z
, mc admin cluster iam export
adds support for aliases ending with a trailing forward slash
ALIAS/
. Prior to this release, the command would fail when
provided a trailing forward slash.
Parameters
ALIAS
The alias <alias>
of the MinIO deployment to export
IAM metadata for.