4

Is it possible to entirely disable authentication for MinIO for local and CI usage? A bit of background: We're migrating from LocalStack to MinIO and large swathes of code rely on unauthenticated access to S3 so disabling auth entirely would be the simplest.

Mridang Agarwalla
  • 43,201
  • 71
  • 221
  • 382

1 Answers1

0

I finally use minio policies for unauthenticated access. Read this:

https://docs.min.io/minio/baremetal/reference/minio-cli/minio-mc/mc-policy.html

For example, I use download policy for unauthenticated access allowing users only download files.

Maybe this can help you

Miguel Cabanes
  • 103
  • 2
  • 10