Skip to content

πŸ”‘ Simple MinIO access and secret key generator

License

Notifications You must be signed in to change notification settings

miklobit/minio-keygen

Β 
Β 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”‘ MinIO Keygenerator

Go Report Card

This is a simple MinIO Access and Secret Key generator.

Why?

Minio stopped auto-generating these secrets, so I wrote this little tool.

Security

The generator is very simple, any security flaw should be obvious. If you have any concerns, please open an issue.

This generator uses Go's crypto/rand which implements a cryptographically secure random number generator.

Installation

cd ~
GO111MODULE=on go get -u github.com/iwittkau/minio-keygen

Usage

$ minio-keygen
MINIO_ACCESS_KEY=N0SDCYA4JFCBOI9BDAI4APXB
MINIO_SECRET_KEY=MU3QVVSuHHU2fRHaltxZwH2PQwi4TID38br0vVDY1GaqcJQs

You can also create an .env file from the output with:

$ minio-keygen > .env

About

πŸ”‘ Simple MinIO access and secret key generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%