mirror of
https://github.com/minio/docs.git
synced 2025-07-28 19:42:10 +03:00
- Creates a slew of folders and pages nested under the mc-server page to store settings. - Breaks up all of the environment variable options formerly in the mc-server page into these separate pages. - Moves the config settings formerly in the mc admin config page to the appropriate new settings pages. - Adds a MiniO Client settings page and document `mc-host-<alias>` Closes #1017
26 lines
900 B
ReStructuredText
26 lines
900 B
ReStructuredText
.. _minio-server-envvar-iam:
|
|
|
|
=======================================
|
|
Identity and Access Management Settings
|
|
=======================================
|
|
|
|
.. default-domain:: minio
|
|
|
|
.. contents:: Table of Contents
|
|
:local:
|
|
:depth: 2
|
|
|
|
The pages in this section document settings for configuring MinIO to work with identity and access management (IAM) solutions.
|
|
There is a page of settings for each of the IAM methods MinIO supports.
|
|
|
|
- :ref:`Active Directory / LDAP <minio-server-envvar-external-identity-management-ad-ldap>`
|
|
- :ref:`OpenID <minio-server-envvar-external-identity-management-openid>`
|
|
- :ref:`MinIO Identity Management Plugin <minio-server-envvar-external-identity-management-plugin>`
|
|
|
|
.. toctree::
|
|
:titlesonly:
|
|
:hidden:
|
|
|
|
/reference/minio-server/settings/iam/ldap
|
|
/reference/minio-server/settings/iam/openid
|
|
/reference/minio-server/settings/iam/minio-identity-plugin |