mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Add Service account policies documentation to policy-based-access-control
- See also https://github.com/minio/minio/tree/master/docs/multi-user/admin#service-account-management-permissions
This commit is contained in:
committed by
Ravind Kumar
parent
3de98195c1
commit
30d2fd90d0
@ -710,6 +710,22 @@ services:
|
|||||||
|
|
||||||
Allows listing user policies
|
Allows listing user policies
|
||||||
|
|
||||||
|
.. policy-action:: admin:CreateServiceAccount
|
||||||
|
|
||||||
|
Allows creating MinIO Service Account
|
||||||
|
|
||||||
|
.. policy-action:: admin:UpdateServiceAccount
|
||||||
|
|
||||||
|
Allows updating MinIO Service Account
|
||||||
|
|
||||||
|
.. policy-action:: admin:RemoveServiceAccount
|
||||||
|
|
||||||
|
Allows deleting MinIO Service Account
|
||||||
|
|
||||||
|
.. policy-action:: admin:ListServiceAccounts
|
||||||
|
|
||||||
|
Allows listing MinIO Service Account
|
||||||
|
|
||||||
.. policy-action:: admin:SetBucketQuota
|
.. policy-action:: admin:SetBucketQuota
|
||||||
|
|
||||||
Allows setting bucket quota
|
Allows setting bucket quota
|
||||||
@ -759,4 +775,4 @@ MinIO supports the following conditions for use with defining policies for
|
|||||||
- ``aws:EpochTime``
|
- ``aws:EpochTime``
|
||||||
|
|
||||||
For complete information on any listed condition key, see the :iam-docs:`IAM
|
For complete information on any listed condition key, see the :iam-docs:`IAM
|
||||||
Condition Element Documentation <reference_policies_elements_condition.html>`
|
Condition Element Documentation <reference_policies_elements_condition.html>`
|
||||||
|
Reference in New Issue
Block a user