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.

Add the provider in Hanzo IAM
Create a Storage provider, set Type to MinIO, and fill in:
| Hanzo IAM field | Value from MinIO |
|---|---|
| Client ID | Access Key |
| Client secret | Secret Key |
| Endpoint | API address |
| Bucket | Bucket name |

Use in your application
Attach the provider to your application; uploads will go to MinIO.
How is this guide?
Last updated on