mirror of
https://github.com/minio/docs.git
synced 2026-01-04 02:44:36 +03:00
Changes for MinIO Server releases (#1302)
- Updates references for licensing to use "Enterprise" branding - Updates the mc idp ldap policy entities command with flags and changes to groups - Deprecates OpenID envvar Closes #1271
This commit is contained in:
@@ -51,9 +51,9 @@ The :mc:`mc idp ldap policy entities` command displays a list of mappings for a
|
||||
|
||||
mc [GLOBALFLAGS] idp ldap policy entities \
|
||||
ALIAS \
|
||||
[--user `value`, -u `value`] \
|
||||
[--group `value`, -g `value`] \
|
||||
[--policy value]
|
||||
[--policy value] \
|
||||
[--user `value`, -u `value`]
|
||||
|
||||
- Replace ``ALIAS`` with the :ref:`alias <alias>` of a MinIO deployment to configure for AD/LDAP integration.
|
||||
- You may use each of the ``--user``, ``--group``, and/or ``--policy`` flags as many times as desired in the command.
|
||||
@@ -79,6 +79,25 @@ Parameters
|
||||
|
||||
mc idp ldap policy entities myminio
|
||||
|
||||
.. mc-cmd:: --group
|
||||
:optional:
|
||||
|
||||
Returns a list of users and policies associated with the specified group.
|
||||
Repeat the flag to return a list for multiple groups.
|
||||
|
||||
.. mc-cmd:: --policies
|
||||
:optional:
|
||||
|
||||
Returns a list of users and groups associated with the specified policy.
|
||||
Repeat the flag to return a list for multiple policies.
|
||||
|
||||
.. mc-cmd:: --user
|
||||
:optional:
|
||||
|
||||
Returns a list of groups to which the user belongs and the policies associated with each group.
|
||||
The output includes only groups assigned to policies.
|
||||
|
||||
Repeat the flag to return a list for multiple users.
|
||||
|
||||
Example
|
||||
~~~~~~~
|
||||
|
||||
@@ -108,7 +108,7 @@ Generate health data for a MinIO cluster and automatically for a MinIO cluster a
|
||||
|
||||
mc support diag minio1
|
||||
|
||||
The automatic upload of data only occurs for deployments registered with SUBNET using :mc-cmd:`mc license register`.
|
||||
The automatic upload of data only occurs for deployments under a Commerical License.
|
||||
|
||||
.. _minio-support-diagnostics-airgap:
|
||||
|
||||
|
||||
@@ -197,6 +197,9 @@ Claim Prefix
|
||||
|
||||
*Optional*
|
||||
|
||||
This setting is deprecated and has been removed as of :minio-release:`RELEASE.2024-07-13T01-46-15Z`.
|
||||
Use :envvar:`MINIO_IDENTITY_OPENID_CLAIM_NAME` instead.
|
||||
|
||||
.. tab-set::
|
||||
|
||||
.. tab-item:: Environment Variable
|
||||
@@ -263,6 +266,9 @@ Redirect URI
|
||||
|
||||
*Optional*
|
||||
|
||||
This setting is deprecated and has been removed as of :minio-release:`RELEASE.2024-07-13T01-46-15Z`.
|
||||
Use :envvar:`MINIO_BROWSER_REDIRECT_URL` instead.
|
||||
|
||||
.. tab-set::
|
||||
|
||||
.. tab-item:: Environment Variable
|
||||
|
||||
Reference in New Issue
Block a user