More documentation to read
- OIDC
- LDAP
- systemd
- TLS
- Debug Logging
- Environment Variables
- Development
Console uses the same users as minio, it just passes the login you enter to the minio server.
Its the users you will see with the mc command below, the same user you would login to the now object browser only and you can always use your set minio admin.
mc admin user lsThese are NOT the access keys that every users can create themselves and you will get with
mc admin accesskey lsErrorWithContext:The authorization header is malformed; the region is wrong; expecting 'us-east-1'.
%!(EXTRA *errors.errorString=invalid login)Set the console region variable CONSOLE_MINIO_REGION to the same as you have set on your minio server
docker run -p 9090:9090 -e CONSOLE_MINIO_SERVER=http://127.0.0.1:9000 -e CONSOLE_MINIO_REGION=your.region.here ghcr.io/georgmangold/consoleexport CONSOLE_MINIO_REGION=eu-central-1
export CONSOLE_MINIO_SERVER=http://localhost:9000
./console serverIf you have changed your region on the minio config, you can also get it with
mc admin config get ALIAS regionYes, see docs OIDC.
There is no persistent data for the Console, everything is done with environment variables. The only one needed is the URL to the Minio server, i.e. CONSOLE_MINIO_SERVER.
No, this Console only works with minio .
minio-console-1 | ErrorWithContext:The s3 command you requested is not implemented.
minio-console-1 | %!(EXTRA *errors.errorString=invalid login)