From 9fa014a0737dd4d0da260e81afe07f02f90c3a1b Mon Sep 17 00:00:00 2001 From: Ravind Kumar Date: Thu, 20 Jun 2024 12:32:37 -0400 Subject: [PATCH] Add `MINIO_SERVER_URL` to deprecated command list (#1251) For reference by support w/ customers running older MinIO versions Mostly need this because it sometimes comes up via support, and this lets us reference it while also pushing users to upgrade to versions where this kind of behavior is handled automatically. --------- Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com> --- .../minio-server/settings/deprecated.rst | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/source/reference/minio-server/settings/deprecated.rst b/source/reference/minio-server/settings/deprecated.rst index e48728dd..30a23f72 100644 --- a/source/reference/minio-server/settings/deprecated.rst +++ b/source/reference/minio-server/settings/deprecated.rst @@ -69,4 +69,20 @@ They are listed here for historical reference only. .. deprecated:: RELEASE.2021-04-22T15-44-28Z - To perform root credential rotation, modify the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` environment variables. \ No newline at end of file + To perform root credential rotation, modify the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` environment variables. + +.. envvar:: MINIO_SERVER_URL + + .. deprecated:: RELEASE.2024-05-10T01-41-38Z + + The `fully qualified domain name `__ (FQDN) the MinIO Console uses for connecting to the MinIO Server. + + For the Console to function correctly, the MinIO server URL *must* be the FQDN of the host, resolveable, and reachable. + + This setting may be required if: + + - The MinIO Server uses a TLS certificate that does not include the host local IP(s) in the certificate Subject Alternative Name (SAN). + + or + + - The Console must use a specific hostname to connect or reference the MinIO Server, such as due to a reverse proxy or similar configuration.