Releases: oneinfra/console
Releases · oneinfra/console
20.05.0-alpha4
- Fetch versioning information from a
oneinfra-versionsConfigMap present in theoneinfra-systemnamespace.
20.05.0-alpha3
- Update
oneinfrabackend dependency pulling new Kubernetes versions.
20.05.0-alpha2
- Fix console service namespace, use
oneinfra-system.
20.05.0-alpha1
🎉 Initial console release 🎉
This is the initial release of the oneinfra console that allows you to manage clusters from a very simple web UI interface.
Users can log in through several authentiation mechanisms:
-
Kubernetes secrets: every secret present in the
oneinfra-usersnamespace represents a username. These secrets must have a bcrypt'ed password field in their data map. -
GitHub OAuth: by providing your client ID and client secret, it's possible to login to the console using GitHub OAuth mechanism.
Every user will get a namespace of its own where they can create, modify and delete their clusters.