Identity Management Plugin Settings

This page documents settings for enabling external identity management using the MinIO Identity Management Plugin. See MinIO External Identity Management Plugin for a tutorial on using these settings.

You can establish or modify settings by defining:

  • an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable.
  • a configuration setting using mc admin config set.

If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.

Some settings have only an environment variable or a configuration setting, but not both.

Each configuration setting controls fundamental AIStor behavior and functionality. AIStor strongly recommends testing configuration changes in a lower environment, such as DEV or QA, before applying to production.

Examples

When setting up the MinIO Identity Management Plugin, you must define at a minimum all of the required settings. The examples here represent the minimum required settings.

Settings

URL

Required

The webhook endpoint for the external identity management service (https://authservice.example.net:8080/auth).

Role Policy

Required

Specify a comma-separated list of AIStor policies to assign to authenticated users.

Enable

Optional

Set to false to disable the identity provider configuration.

Applications cannot generate STS credentials or otherwise authenticate to AIStor using the configured provider if set to false.

Defaults to true or “enabled”.

Token

Optional

An authentication token to present to the configured webhook endpoint.

Specify a supported HTTP Authentication scheme as a string value, such as "Bearer TOKEN". AIStor sends the token using the HTTP Authorization header.

Role ID

Optional

Specify a unique ID AIStor uses to generate an ARN for this identity manager. AIStor automatically adds an idmp- prefix to the specified ID when generating the ARN.

If omitted, AIStor automatically generates the ID and prints the full ARN to the server log.

Comment

Optional

Specify a comment to associate to the identity configuration.

All rights reserved 2024-Present, MinIO, Inc.