mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Minor fixes to address multiple small issues (#1326)
A few quick fixes noted in several issues: - Literal reference in mc batch generate pointed to the wrong include Closes #1318 - Lingering reference to an "unregister" function removed Closes #1324 - Adds admonition about root credentials required, even with KES Closes #1325 - Adds mc batch cancel to list of commands on batch framework overview page Closes #1310 - Updates mc client page S3 link to avoid possible copy/paste confusion Closes #1311
This commit is contained in:
@ -13,6 +13,8 @@ Root Access Settings
|
||||
This page covers settings that control root (superuser) access for the MinIO process.
|
||||
The root user has complete access and permissions to perform operations on the MinIO deployment.
|
||||
|
||||
Root User and Root Password are required even if you use the :kes-docs:`MinIO Key Encryption Service <>` or other key management utility.
|
||||
|
||||
.. include:: /includes/common-mc-admin-config.rst
|
||||
:start-after: start-minio-settings-defined
|
||||
:end-before: end-minio-settings-defined
|
||||
@ -94,6 +96,10 @@ Specify ``on`` to enable and ``off`` to disable the :ref:`root <minio-users-root
|
||||
Disabling the root service account also disables all service accounts associated with root, excluding those used by site replication.
|
||||
Defaults to ``on``.
|
||||
|
||||
.. important::
|
||||
|
||||
If you disable root API access with this setting, you **must** still set a root user and a root password for internal use.
|
||||
|
||||
Ensure you have at least one other admin user, such as one with the :userpolicy:`consoleAdmin` policy, before disabling the root account.
|
||||
If you do not have another admin user, disabling the root account locks administrative access to the deployment.
|
||||
|
||||
|
Reference in New Issue
Block a user