- Zurich
- https://servala.com
- Joined on
2025-03-03
Setup Documentation Project
Figured out that the ADR structure will only be important when we start writing ADRs. Will close this now.
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