1
0
mirror of https://github.com/minio/docs.git synced 2025-05-28 00:41:14 +03:00
Ravind Kumar 4edb3f7bae
Improve documentation on MINIO_DOMAIN (#1131)
# Summary

As per a recent customer issue, our guidance on `MINIO_DOMAIN` and
path/virtual bucket lookups needs some attention.

There are two main areas to address:

1. We need to guide users to avoid namespace collision within the
`MINIO_DOMAIN` , as this causes bucket lookup issues with certain MinIO
services/features
2. We need to generally improve docs on setting `MINIO_DOMAIN` correctly

There is also a side objective from Engineering to ensure we have a
simple admonition to direct users to test wherever possible changes to
config settings before applying to production.

---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
2024-02-14 17:16:58 -05:00

1.5 KiB

Settings Overview

minio

Table of Contents

The minio server process stores its configuration in the storage backend directory <minio server DIRECTORIES>.

MinIO Settings

MinIO settings define runtime behavior of the MinIO server <minio server> process.

Additional settings include those to customize:

  • Core settings <minio-server-envvar-core>
  • Root credentials <minio-server-envvar-root>
  • Storage class <minio-server-envvar-storage-class>
  • MinIO Console <minio-server-envvar-console>
  • Metrics and logging <minio-server-envvar-metrics-logging>
  • Notification targets <minio-server-envvar-notifications> for use with MinIO Bucket Notifications <minio-bucket-notifications>
  • Identity and access management solutions <minio-server-envvar-iam>
  • Key Encryption Service (KES) <minio-server-envvar-kes>
  • Object Lambda functions <minio-server-envvar-object-lambda-webhook>