Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document additional envvars that support appending _identifier #994

Open
2 tasks
feorlen opened this issue Sep 7, 2023 · 1 comment
Open
2 tasks

Document additional envvars that support appending _identifier #994

feorlen opened this issue Sep 7, 2023 · 1 comment

Comments

@feorlen
Copy link
Collaborator

feorlen commented Sep 7, 2023

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.
@feorlen
Copy link
Collaborator Author

feorlen commented Sep 8, 2023

More examples

         set MINIO_AUDIT_WEBHOOK_ENABLE_<IDENTIFIER>="on"
         set MINIO_AUDIT_WEBHOOK_ENDPOINT_<IDENTIFIER>="https://webhook-1.example.net"
         set MINIO_AUDIT_WEBHOOK_AUTH_TOKEN_<IDENTIFIER>="TOKEN"
         set MINIO_AUDIT_WEBHOOK_CLIENT_CERT_<IDENTIFIER>="cert.pem"
         set MINIO_AUDIT_WEBHOOK_CLIENT_KEY_<IDENTIFIER>="cert.key"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants