- Zurich
- https://serva.la
- Joined on
2025-03-03
Sync Billing Entities with APPUiO Control API
Dynamic Service Ordering Form
Register and Manage Control Planes
Example Kubeconfig for the dev cluster:
apiVersion: v1
clusters:
- cluster:
certificate-authority-data: REDACTED
server: https://vcluster.127.0.0.1.nip.io:8443
name:…
Register and Manage Control Planes
Sync Organizations with APPUiO Control API
Login and registration with VSHN Account
As discussed, we set SOCIALACCOUNT_ONLY = False
for now as the Django admin also uses allauth.
Login and registration with VSHN Account
Wo do work with the VSHN Test Keycloak for now, this is the intended allauth configuration:
SOCIALACCOUNT_AUTO_SIGNUP = True
SOCIALACCOUNT_ONLY = True
SOCIALACCOUNT_PROVIDERS = {
…
Initialize Actions
- The runner works (manually installed on a VM at Hetzner Cloud for now)
- Actions for documentation works
- Actions for the portal are being implemented in #8
Setup Documentation Project
Documentation is being setup, it's already deployed to https://docs.servala.com/. All documentation lives in the same repository as the portal code under the "docs/" directory. Building and…