forked from k-space/kube
.. | ||
.gitignore | ||
application-extras.yaml | ||
dragonfly.yaml | ||
kubelogin.yaml | ||
proxmox.yaml | ||
prusa.yaml | ||
README.md | ||
texts.yml | ||
users.yaml | ||
values.yaml | ||
voron.yaml |
Passmower
Passmower provides magic login link based OIDC provider for all hackerspace services. The link is sent via e-mail and Slack bot. Passmower replaces previously used Samba (Active Directory) and Authelia combo as it provides Kubernetes native declarative user and application management, automatic OIDC secret provisioning within the cluster, and more.
For official documentation refer to github.com/passmower/passmower
For users
To login and list the applications enrolled with Passmower visit auth.k-space.ee
To add applications refer to the official docs
For good examples refer to Grafana
For administrators
Passmower was deployed with Helm chart:
helm template --include-crds -n passmower passmower ../passmower/ -f passmower/values.yaml > passmower/application.yaml