Releases: oneinfra/console
Releases · oneinfra/console
20.05.0-alpha4
- Fetch versioning information from a
oneinfra-versions
ConfigMap present in theoneinfra-system
namespace.
20.05.0-alpha3
- Update
oneinfra
backend 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-users
namespace 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.