mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
DOCS-780: Bug Stomping (#844)
A few big things here: - Updated to Sphinx 6.2.1 successfully. I'm using Python 3.10.10 - Upgraded to docutils 0.19, which is latest - Upgrade myst-parser and sphinx-design to latest stable - Fixed a bunch of warning outputs
This commit is contained in:
@ -89,7 +89,7 @@ Use :mc-cmd:`mc admin user disable` to disable a user on a MinIO deployment.
|
||||
|
||||
mc admin user disable ALIAS USERNAME
|
||||
|
||||
- Replace :mc-cmd:`ALIAS <mc admin user disable TARGET>` with the :mc-cmd:`alias <mc alias>` of the MinIO deployment.
|
||||
- Replace :mc-cmd:`ALIAS <mc admin user disable ALIAS>` with the :mc-cmd:`alias <mc alias>` of the MinIO deployment.
|
||||
|
||||
- Replace :mc-cmd:`USERNAME <mc admin user disable USERNAME>` with the username of the user to disable.
|
||||
|
||||
|
@ -85,7 +85,7 @@ Use :mc-cmd:`mc admin user remove` to remove a user from a MinIO deployment:
|
||||
|
||||
mc admin user remove ALIAS USERNAME
|
||||
|
||||
- Replace :mc-cmd:`ALIAS <mc admin user remove TARGET>` with the :mc-cmd:`alias <mc alias>` of the MinIO deployment.
|
||||
- Replace :mc-cmd:`ALIAS <mc admin user remove ALIAS>` with the :mc-cmd:`alias <mc alias>` of the MinIO deployment.
|
||||
|
||||
- Replace :mc-cmd:`USERNAME <mc admin user remove USERNAME>` with the username of the user to remove.
|
||||
|
||||
|
@ -18,10 +18,12 @@ Syntax
|
||||
|
||||
.. start-mc-admin-svcacct-info-desc
|
||||
|
||||
The :mc-cmd:`mc admin user svcacct info` command returns a description of the specified access key.
|
||||
The :mc-cmd:`mc admin user svcacct info` command returns a description of the specified :ref:`access key <minio-id-access-keys>`.
|
||||
|
||||
.. end-mc-admin-svcacct-info-desc
|
||||
|
||||
"Access Keys" have equivalent functionality to and replace the concept of "Service Accounts" in MinIO.
|
||||
|
||||
The description output includes the following details, as available:
|
||||
|
||||
- Access Key
|
||||
@ -42,7 +44,7 @@ Use :mc-cmd:`~mc admin user svcacct info --policy` to view the attached policies
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin user svcacct info myminio myuserserviceaccount
|
||||
mc admin user svcacct info myminio myuseraccesskey
|
||||
|
||||
.. tab-item:: SYNTAX
|
||||
|
||||
@ -54,7 +56,7 @@ Use :mc-cmd:`~mc admin user svcacct info --policy` to view the attached policies
|
||||
mc [GLOBALFLAGS] admin user svcacct info \
|
||||
[--policy] \
|
||||
ALIAS \
|
||||
SERVICEACCOUNT
|
||||
ACCESSKEY
|
||||
|
||||
.. include:: /includes/common-minio-mc.rst
|
||||
:start-after: start-minio-syntax
|
||||
@ -69,11 +71,16 @@ Parameters
|
||||
|
||||
The :mc-cmd:`alias <mc alias>` of the MinIO deployment.
|
||||
|
||||
.. mc-cmd:: SERVICEACCOUNT
|
||||
.. mc-cmd:: ACCESSKEY
|
||||
:required:
|
||||
|
||||
The service account access key to display.
|
||||
|
||||
.. mc-cmd:: --policy
|
||||
:optional:
|
||||
|
||||
Displays policies attached to the specified service account.
|
||||
|
||||
|
||||
Global Flags
|
||||
~~~~~~~~~~~~
|
||||
@ -93,11 +100,11 @@ Use :mc-cmd:`mc admin user svcacct info` to display details of a service account
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin user svcacct info ALIAS SERVICEACCOUNT
|
||||
mc admin user svcacct info ALIAS ACCESSKEY
|
||||
|
||||
- Replace :mc-cmd:`ALIAS <mc admin user add ALIAS>` with the :mc-cmd:`alias <mc alias>` of the MinIO deployment.
|
||||
|
||||
- Replace :mc-cmd:`SERVICEACCOUNT <mc admin user svcacct info SERVICEACCOUNT>` with the service account access key.
|
||||
- Replace :mc-cmd:`ACCESSKEY <mc admin user svcacct info ACCESSKEY>` with the service account access key.
|
||||
|
||||
|
||||
The output resembles the following:
|
||||
@ -120,11 +127,11 @@ Use :mc-cmd:`mc admin user svcacct info` to display the policies attached to ser
|
||||
.. code-block:: shell
|
||||
:class: copyable
|
||||
|
||||
mc admin user svcacct info --policy ALIAS SERVICEACCOUNT
|
||||
mc admin user svcacct info --policy ALIAS ACCESSKEY
|
||||
|
||||
- Replace :mc-cmd:`ALIAS <mc admin user add ALIAS>` with the :mc-cmd:`alias <mc alias>` of the MinIO deployment.
|
||||
|
||||
- Replace :mc-cmd:`SERVICEACCOUNT <mc admin user svcacct info SERVICEACCOUNT>` with the service account access key.
|
||||
- Replace :mc-cmd:`ACCESSKEY <mc admin user svcacct info ACCESSKEY>` with the service account access key.
|
||||
|
||||
The output resembles the following:
|
||||
|
||||
|
Reference in New Issue
Block a user