Hanzo
PlatformHanzo IAMProvidersStorage

MinIO storage

Use MinIO as a Hanzo IAM storage provider.

MinIO is S3-compatible object storage. Use it as a Hanzo IAM storage provider for file uploads (e.g. avatars).

Deploy MinIO

Deploy MinIO with TLS enabled. From the MinIO console note the API address, create an Access Key and Secret Key, and create a Bucket.

Deploy service Create access key Create bucket

Add the provider in Hanzo IAM

Create a Storage provider, set Type to MinIO, and fill in:

Hanzo IAM fieldValue from MinIO
Client IDAccess Key
Client secretSecret Key
EndpointAPI address
BucketBucket name

Create a MinIO provider

Use in your application

Attach the provider to your application; uploads will go to MinIO.

How is this guide?

Last updated on

On this page