Skip to content

Releases: oneinfra/console

20.05.0-alpha4

17 May 15:11
20.05.0-alpha4
5117747
Compare
Choose a tag to compare
20.05.0-alpha4 Pre-release
Pre-release
  • Fetch versioning information from a oneinfra-versions ConfigMap present in the oneinfra-system namespace.

20.05.0-alpha3

09 May 15:52
20.05.0-alpha3
2291734
Compare
Choose a tag to compare
20.05.0-alpha3 Pre-release
Pre-release
  • Update oneinfra backend dependency pulling new Kubernetes versions.

20.05.0-alpha2

08 May 17:11
20.05.0-alpha2
347dc95
Compare
Choose a tag to compare
20.05.0-alpha2 Pre-release
Pre-release
  • Fix console service namespace, use oneinfra-system.

20.05.0-alpha1

08 May 16:37
20.05.0-alpha1
22ab8b3
Compare
Choose a tag to compare
20.05.0-alpha1 Pre-release
Pre-release

🎉 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.