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

Adds envvar for Console functionality (#1014)

Adds two new envvar

Closes #1006 

Staged:
http://192.241.195.202:9000/staging/server-2023-09-16/linux/reference/minio-server/minio-server.html#envvar.MINIO_PROMETHEUS_AUTH_TOKEN
This commit is contained in:
Daryl White
2023-10-04 16:43:20 -04:00
committed by GitHub
parent 3769dd0173
commit 72d4eb9df9

View File

@ -425,6 +425,20 @@ MinIO Console:
If you are using a standalone MinIO Console process, this variable
corresponds with ``CONSOLE_PROMETHEUS_JOB_ID``.
.. envvar:: MINIO_PROMETHEUS_AUTH_TOKEN
*Optional*
Specify the :prometheus-docs:`basic auth token <guides/basic-auth/>` the Console should use to connect to a Prometheus service.
For example, a basic auth token you might use could resemble the following:
.. code-block:: text
eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJwcm9tZXRoZXVzIiwic3ViIjoibWluaW8iLCJleHAiOjQ4NTAwMzg0MDJ9.GZCKR3d0FH2TCvNHSd39HaVfSuQVVV0s8glICBDmhT51V6CQ_hw8gTYlKHJmcpR8aHkqiJwCqcYJhaMmqwe00XY
If you are using a standalone MinIO Console process, this variable corresponds with ``CONSOLE_PROMETHEUS_AUTH_TOKEN``.
.. envvar:: MINIO_LOG_QUERY_URL
*Optional*
@ -449,6 +463,13 @@ MinIO Console:
Specify ``off`` to disable the animated login screen for the MinIO Console.
Defaults to ``on``.
.. envvar:: MINIO_BROWSER_REDIRECT
.. versionadded:: MinIO Server RELEASE.2023-09-16T01-01-47Z
Specify whether requests from a web browser automatically redirect to the Console address.
Defaults to ``true``.
.. envvar:: MINIO_BROWSER_REDIRECT_URL
*Optional*