Skip to content

Document additional envvars that support appending _identifier #994

@feorlen

Description

@feorlen

Some environment variables allow appending a custom identifier to set multiple values. Example:

Object Lambda

export MINIO_LAMBDA_WEBHOOK_ENABLE_myfunction="on"
export MINIO_LAMBDA_WEBHOOK_ENDPOINT_myfunction="http://webhook-1.example.net"
export MINIO_LAMBDA_WEBHOOK_ENABLE_yourfunction="on"
export MINIO_LAMBDA_WEBHOOK_ENDPOINT_yourfunction="http://webhook-2.example.net"

Other envvars support this as well, per a recent customer discussion:

MINIO_IDENTITY_OPENID_DISPLAY_NAME_something="Different OIDC"

Goals

  • Document which envvars can use _identifier to have multiple values.
  • If all/most, add something in the MinIO Server envvars section describing this.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions