{ "enabled": true, "users": [ { "username": "bootstrap-admin", "password": "replace-with-a-strong-password", "email": "bootstrap-admin@example.local" } ], "registries": [ { "name": "my-harbor", "url": "https://harbor.example.com", "description": "Harbor Registry", "username": "robot$project+ocdp", "password": "replace-with-robot-token", "insecure": false } ], "clusters": [ { "name": "my-cluster", "host": "https://kubernetes.example.com:6443", "description": "Production Kubernetes Cluster", "caData": "LS0tLS1CRUdJTi...(base64-encoded-ca-cert)...", "certData": "LS0tLS1CRUdJTi...(base64-encoded-client-cert)...", "keyData": "LS0tLS1CRUdJTi...(base64-encoded-client-key)..." } ] }