1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00

Updates for MinIO Server 2024-05-10 release (#1234)

Updates for MinIO Server RELEASE.2024-05-10T01-41-38Z
    
- Removes references to `MINIO_SERVER_URL` envvar.
- Updates KMS and KES related envvar settings to add KMS as an option.
- Also differentiates KMS and KES related envvar into three groups,
which are mutually exclusive.
    
Closes #1214
This commit is contained in:
Daryl White
2024-06-06 17:33:02 -04:00
committed by GitHub
parent 63d0482a63
commit 52e66839f1
7 changed files with 87 additions and 109 deletions

View File

@@ -118,7 +118,6 @@ There are two models for proxying requests to the MinIO Server API and the MinIO
You must also set the following environment variables for the MinIO deployment:
- Set :envvar:`MINIO_SERVER_URL` to the proxy host FQDN of the MinIO Server (``https://minio.example.net``)
- Set the :envvar:`MINIO_BROWSER_REDIRECT_URL` to the proxy host FQDN of the MinIO Console (``https://example.net/minio/ui``)
.. tab-item:: Subdomain
@@ -224,5 +223,4 @@ There are two models for proxying requests to the MinIO Server API and the MinIO
You must also set the following environment variables for the MinIO deployment:
- Set :envvar:`MINIO_SERVER_URL` to the proxy host FQDN of the MinIO Server (``https://minio.example.net``)
- Set the :envvar:`MINIO_BROWSER_REDIRECT_URL` to the proxy host FQDN of the MinIO Console (``https://console.example.net/``)