From 6da905b25d9de48f531103258c336161e7c9ae54 Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Tue, 27 May 2025 17:56:37 -0400 Subject: [PATCH] quick cleanup of legacy console docs' --- .../console/managing-deployment.rst | 2 ++ .../console/security-and-access.rst | 2 +- source/administration/minio-console.rst | 24 +++++-------------- source/includes/container/quickstart.rst | 14 ----------- source/includes/k8s/quickstart.rst | 15 ------------ source/includes/linux/quickstart.rst | 15 ------------ source/includes/macos/quickstart.rst | 18 -------------- source/includes/windows/quickstart.rst | 15 ------------ 8 files changed, 9 insertions(+), 96 deletions(-) diff --git a/source/administration/console/managing-deployment.rst b/source/administration/console/managing-deployment.rst index e2c10fde..ac50c2f1 100644 --- a/source/administration/console/managing-deployment.rst +++ b/source/administration/console/managing-deployment.rst @@ -1,6 +1,8 @@ .. _minio-console-managing-deployment: +:orphan: + ======================== Managing Your Deployment ======================== diff --git a/source/administration/console/security-and-access.rst b/source/administration/console/security-and-access.rst index 7d2b1094..8694db86 100644 --- a/source/administration/console/security-and-access.rst +++ b/source/administration/console/security-and-access.rst @@ -1,7 +1,7 @@ .. _minio-console-security-access: - +:orphan: =================== Security and Access =================== diff --git a/source/administration/minio-console.rst b/source/administration/minio-console.rst index 6862c33f..50a68638 100644 --- a/source/administration/minio-console.rst +++ b/source/administration/minio-console.rst @@ -11,15 +11,17 @@ MinIO Console :depth: 2 -The MinIO Console is a rich graphical user interface that provides similar functionality to the :mc:`mc` command line tool. +The MinIO Console is a rich graphical user interface that supports browsing buckets and objects on your deployment. This page provides an overview of the MinIO Console and describes configuration options and instructions for logging in. Overview -------- -You can use the MinIO Console for administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. -For more comprehensive or advanced configuration of MinIO, use the :mc:`mc` command line tool. +.. versionchanged:: RELEASE.2025-05-24T17-08-30Z + + The Console now presents only object browser capabilities similar to those available through the :mc:`mc` tool. + For administrative interactions, such as user management, use the :mc:`mc admin` command. The MinIO Console is embedded as part of the MinIO Server. You can also deploy a standalone MinIO Console using the instructions in the :minio-git:`github repository `. @@ -119,13 +121,10 @@ You must also ensure that the host system firewall grants access to the configur Logging In ---------- -.. versionchanged:: RELEASE.2023-03-09T23-16-13Z - The MinIO Console displays a login screen for unauthenticated users. The Console defaults to providing a username and password prompt for a :ref:`MinIO-managed user `. -For deployments configured with multiple :ref:`identity managers `, select the :guilabel:`Other Authentication Methods` dropdown to select one of the other configured identity providers. -You can also log in using credentials generated using a :ref:`Security Token Service (STS) ` API. +For deployments configured with multiple :ref:`identity managers `, you can also log in using credentials generated using a :ref:`Security Token Service (STS) ` API. .. admonition:: Try out the Console using MinIO's Play testing environment :class: note @@ -144,19 +143,8 @@ Documentation The :guilabel:`Documentation` tab opens this documentation site in a separate browser window or tab. -Available Tasks ---------------- - -Once logged in to the MinIO Console, users can perform many kinds of tasks. - -- :ref:`Manage objects ` by browsing existing objects, uploading objects, or modifying bucket settings. -- :ref:`Review or modify identity and security ` with access keys, policies, and Identity Provider settings. -- :ref:`Monitor the health and activities ` with metrics and notifications. - .. toctree:: :titlesonly: :hidden: - /administration/console/managing-deployment /administration/console/managing-objects - /administration/console/security-and-access diff --git a/source/includes/container/quickstart.rst b/source/includes/container/quickstart.rst index 48e229e1..190278b0 100644 --- a/source/includes/container/quickstart.rst +++ b/source/includes/container/quickstart.rst @@ -213,22 +213,8 @@ Procedure While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console. Log in to the Console with the credentials you defined in the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` environment variables. - - .. image:: /images/minio-console/console-login.png - :width: 600px - :alt: MinIO Console displaying login screen - :align: center - - You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. Each MinIO server includes its own embedded MinIO Console. - .. image:: /images/minio-console/minio-console.png - :width: 600px - :alt: MinIO Console displaying bucket start screen - :align: center - - For more information, see the :ref:`minio-console` documentation. - #. `(Optional)` Install the MinIO Client The :ref:`MinIO Client ` allows you to work with your MinIO volume from the commandline. diff --git a/source/includes/k8s/quickstart.rst b/source/includes/k8s/quickstart.rst index 28fc13fd..1886547a 100644 --- a/source/includes/k8s/quickstart.rst +++ b/source/includes/k8s/quickstart.rst @@ -121,21 +121,6 @@ Procedure Log in to the Console with the credentials ``minioadmin | minioadmin``. These are the default :ref:`root user ` credentials. - .. image:: /images/minio-console/console-login.png - :width: 600px - :alt: MinIO Console displaying login screen - :align: center - - You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. - Each MinIO server includes its own embedded MinIO Console. - - .. image:: /images/minio-console/minio-console.png - :width: 600px - :alt: MinIO Console displaying bucket start screen - :align: center - - For more information, see the :ref:`minio-console` documentation. - #. **(Optional) Connect the MinIO Client** If your local machine has :mc:`mc` :ref:`installed `, use the :mc:`mc alias set` command to authenticate and connect to the MinIO deployment: diff --git a/source/includes/linux/quickstart.rst b/source/includes/linux/quickstart.rst index 53c35ac5..87f03305 100644 --- a/source/includes/linux/quickstart.rst +++ b/source/includes/linux/quickstart.rst @@ -68,21 +68,6 @@ Procedure Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output. These default to ``minioadmin | minioadmin``. - .. image:: /images/minio-console/console-login.png - :width: 600px - :alt: MinIO Console displaying login screen - :align: center - - You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. - Each MinIO server includes its own embedded MinIO Console. - - .. image:: /images/minio-console/minio-console.png - :width: 600px - :alt: MinIO Console displaying bucket start screen - :align: center - - For more information, see the :ref:`minio-console` documentation. - #. `(Optional)` **Install the MinIO Client** The :ref:`MinIO Client ` allows you to work with your MinIO server from the commandline. diff --git a/source/includes/macos/quickstart.rst b/source/includes/macos/quickstart.rst index 7578a6a3..09166f59 100644 --- a/source/includes/macos/quickstart.rst +++ b/source/includes/macos/quickstart.rst @@ -35,24 +35,6 @@ Procedure While port ``9000`` is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console. - Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output. - These default to ``minioadmin | minioadmin``. - - .. image:: /images/minio-console/console-login.png - :width: 600px - :alt: MinIO Console displaying login screen - :align: center - - You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. - Each MinIO server includes its own embedded MinIO Console. - - .. image:: /images/minio-console/minio-console.png - :width: 600px - :alt: MinIO Console displaying bucket start screen - :align: center - - For more information, see the :ref:`minio-console` documentation. - #. `(Optional)` Install the MinIO Client The :ref:`MinIO Client ` allows you to work with your MinIO volume from the commandline. diff --git a/source/includes/windows/quickstart.rst b/source/includes/windows/quickstart.rst index ffdec33f..f46ad413 100644 --- a/source/includes/windows/quickstart.rst +++ b/source/includes/windows/quickstart.rst @@ -82,21 +82,6 @@ Procedure Log in to the Console with the ``RootUser`` and ``RootPass`` user credentials displayed in the output. These default to ``minioadmin | minioadmin``. - .. image:: /images/minio-console/console-login.png - :width: 600px - :alt: MinIO Console displaying login screen - :align: center - - You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. - Each MinIO server includes its own embedded MinIO Console. - - .. image:: /images/minio-console/minio-console.png - :width: 600px - :alt: MinIO Console displaying bucket start screen - :align: center - - For more information, see the :ref:`minio-console` documentation. - #. `(Optional)` Install the MinIO Client The :ref:`MinIO Client ` allows you to work with your MinIO volume from the commandline.