Topolo Admin Auth Deploy
Deployment support surface for Topolo Admin auth integration.
Documentation Map
What It Is
Deployment support surface for Topolo Admin auth integration.
A modern administrative interface for managing the centralized authentication system in the Topolo ecosystem.
The admin panel connects to the centralized authentication API at `https://auth.topolo.app`.
*Note: The admin panel connects to the production auth service at `https://auth.topolo.app`*
Architecture
Owners: platform-admin
Source repos: Applications/TopoloAdmin-auth-deploy
Dependencies: topolo-auth
Repo shape
- Applications/TopoloAdmin-auth-deploy/README.md
- Applications/TopoloAdmin-auth-deploy/REQUIRED_API_ENDPOINTS.md
- Applications/TopoloAdmin-auth-deploy/deploy.sh
- Applications/TopoloAdmin-auth-deploy/index.html
- Applications/TopoloAdmin-auth-deploy/package-lock.json
- Applications/TopoloAdmin-auth-deploy/package.json
- Applications/TopoloAdmin-auth-deploy/pnpm-lock.yaml
- Applications/TopoloAdmin-auth-deploy/postcss.config.js
- Applications/TopoloAdmin-auth-deploy/public/
- Applications/TopoloAdmin-auth-deploy/scripts/
- Applications/TopoloAdmin-auth-deploy/src/
- Applications/TopoloAdmin-auth-deploy/tailwind.config.js
- Applications/TopoloAdmin-auth-deploy/test-api.js
- Applications/TopoloAdmin-auth-deploy/tsconfig.json
- Applications/TopoloAdmin-auth-deploy/tsconfig.node.json
- Applications/TopoloAdmin-auth-deploy/vite.config.ts
- Applications/TopoloAdmin-auth-deploy/wrangler.toml
Runtime Surfaces
Hosts:
No primary host is registered.
Config: Applications/TopoloAdmin-auth-deploy/wrangler.toml
Main: not declared
Routes: workers.dev or asset-only surface
API Reference
Coverage: none
Source: Applications/TopoloAdmin-auth-deploy
Source exists in repo: yes
Internal deployment support surface.
This system currently relies on a curated or README-derived contract surface instead of a source-controlled OpenAPI spec.
Auth and Permissions
Depends on Topolo Auth: yes
Service IDs:
No Auth service ID mapped in docs yet.
API key scopes
No API key scopes were found in the checked-in Auth catalog for this system.
Service permissions
No role/permission catalog rows were found in the checked-in Auth permissions seed.
Data Ownership
No storage bindings were derived from wrangler configuration.
Queues / Cron / Workflows
Queue bindings:
No queue bindings were detected.
Cron triggers
No cron triggers were detected.
Workflow signals
No explicit queue/workflow script or cron signal was discovered.
Environment Variables and Bindings
Environment variables:
No environment variables were derived from wrangler configuration.
All wrangler bindings
No bindings were derived from wrangler configuration.
Deployments
Deployment environments: default only or not declared
Routes: workers.dev or Pages-only delivery
Observability enabled: no explicit setting found
Wrangler surfaces
- Applications/TopoloAdmin-auth-deploy/wrangler.toml -> topoloadmin
Build and deploy commands
-
build— Applications/TopoloAdmin-auth-deploy/package.json :: tsc && vite build -
build:clean— Applications/TopoloAdmin-auth-deploy/package.json :: rm -rf dist && tsc && vite build -
build:dev— Applications/TopoloAdmin-auth-deploy/package.json :: vite build -
preview— Applications/TopoloAdmin-auth-deploy/package.json :: vite preview -
deploy— Applications/TopoloAdmin-auth-deploy/package.json :: echo 'Build output ready in ./dist directory'
Failure Modes
- No Auth service ID is registered for this system.
- No primary host is registered in the system registry.
Debugging Runbooks
Start with these entrypoints:
- Applications/TopoloAdmin-auth-deploy/wrangler.toml
- Applications/TopoloAdmin-auth-deploy
- Applications/TopoloAdmin-auth-deploy/README.md
- Applications/TopoloAdmin-auth-deploy/package.json
Linked runbooks
Change Log / Verification
Lifecycle: internal
Last verified: 2026-03-29
Any code change to this system is expected to update the canonical docs in Websites/docs and refresh the verification date.