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:
@ -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*
|
||||
|
Reference in New Issue
Block a user