1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00
Files
docs/source/reference/minio-mc-admin/mc-admin-accesskey.rst
Daryl White af3d8aba9f Updates for two October 2024 releases (#1353)
Deprecates a no longer used operator environment variable.

Closes #1351

Adds `mc admin accesskey` and subcommands.
Updates `mc admin user svcacct` and subcommands with reference to new
commands.

Closes #1350
2024-10-22 16:32:42 -04:00

3.7 KiB

mc admin accesskey

minio

Table of Contents

mc admin accesskey

MinIO Client RELEASE.2024-10-08T09-37-26Z

These commands replace the MinIO IDP functionality of the mc admin user svcacct command and its subcommands.

Description

The mc admin accesskey command and its subcommands create and manage Access Keys <minio-idp-service-account> for internally managed users on a MinIO deployment.

Each access key is linked to a user identity <minio-authentication-and-identity-management> and inherits the policies <minio-policy> attached to its parent user or those groups in which the parent user has membership. Each access key also supports an optional inline policy which further restricts access to a subset of actions and resources available to the parent user.

mc admin user svcacct only supports creating access keys for MinIO-managed <minio-users> accounts.

To create access keys for Active Directory/LDAP-managed <minio-external-identity-management-ad-ldap> accounts, use mc idp ldap accesskey and its subcommands. To manage access keys for OpenID Connect-managed users <minio-external-identity-management-openid>, log into the MinIO Console <minio-console> and generate the access keys through the UI.

mc admin accesskey command has the following subcommands:

Subcommand Description
~mc admin accesskey create
~mc admin accesskey disable
~mc admin accesskey edit
~mc admin accesskey enable
~mc admin accesskey info
~mc admin accesskey ls
~mc admin accesskey rm

/reference/minio-mc-admin/mc-admin-accesskey-create /reference/minio-mc-admin/mc-admin-accesskey-disable /reference/minio-mc-admin/mc-admin-accesskey-edit /reference/minio-mc-admin/mc-admin-accesskey-enable /reference/minio-mc-admin/mc-admin-accesskey-info /reference/minio-mc-admin/mc-admin-accesskey-list /reference/minio-mc-admin/mc-admin-accesskey-remove