1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Adds changes for minio release from Feb 27 2023 (#774)

- updates list of metrics to add new IDP plugin metrics
- Adds info about expiring sts tokens

Depends on two topics added in PR #735  for internal links.

Closes #746
This commit is contained in:
Daryl White
2023-03-24 12:10:33 -05:00
committed by GitHub
parent 6018c5f55f
commit ca60d1f3c1
2 changed files with 35 additions and 0 deletions

View File

@ -57,6 +57,10 @@ This allows application owners to generate arbitrary access keys for their appli
Since the generated access keys have the same or fewer permissions as the parents, administrators can focus on managing the top-level parent users without micro-managing generated access keys.
You can create access keys using either the :ref:`MinIO Console <minio-console-user-access-keys>` *or* by using the :mc-cmd:`mc admin user svcacct add` command.
Identities created by these methods do not expire until you remove the access key or the parent account.
You can also create :ref:`security token service <minio-sts-assumerolewithcustomtoken>` accounts :ref:`programmatically <minio-sts-assumerolewithcustomtoken>`.
STS tokens default to expire in 1 hour, but you set expiration for up to 7 days from creation.
.. admonition:: Access Keys are for Programmatic Access
:class: dropdown, note