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

More RoleARN->RoleArn (#1128)

Replace additional occurrences of incorrect `RoleARN` with `RoleArn`.

Staged
http://192.241.195.202:9000/staging/DOCS-1102-2/linux/index.html

Remaining item, fixes https://github.com/minio/docs/issues/1102
This commit is contained in:
Andrea Longo
2024-02-12 08:08:25 -07:00
committed by GitHub
parent 431675e429
commit 24ee2ef360
2 changed files with 9 additions and 9 deletions

View File

@ -124,12 +124,12 @@ This endpoint supports the following query parameters:
- *Optional*
The role Amazon Resource Number (ARN) to use for all user authentication requests.
If used, there must be a matching OIDC RolePolicy defined for the RoleARN's provider by the ``role_policy`` configuration parameter or the ``MINIO_IDENTITY_OPENID_ROLE_POLICY`` environment variable.
If used, there must be a matching OIDC RolePolicy defined for the RoleArn's provider by the ``role_policy`` configuration parameter or the ``MINIO_IDENTITY_OPENID_ROLE_POLICY`` environment variable.
When used, all valid authorization requests assume the same set of permissions provided by the RolePolicy.
You can use :ref:`OpenID Policy Variables <minio-policy-variables-oidc>` to create policies that programmatically manage what each individual user has access to.
If you do not supply a RoleARN, MinIO attempts to authorize through a JWT-based claim.
If you do not supply a RoleArn, MinIO attempts to authorize through a JWT-based claim.
Response Elements
-----------------