1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00
Files
docs/source/reference/minio-mc-admin/mc-admin-cluster-iam-export.rst
Ravind Kumar a6d554acdc DOCS-807, DOCS-846, Misc. Bug fixes (#861)
Closes #807 
Closes #846 


---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2023-05-23 17:29:48 -04:00

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.

Global Flags