Adding Multi-Tenant Functionality #86
xTITUSMAXIMUSX
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
1. Instance/Session Model
2. API Endpoint Design
instance_id(and checks user/tenant permissions).3. Session/Cache Isolation
vyos:{instance_id}:{cache_type}(optionally add user/tenant if needed)vyos:1234:config,vyos:1234:diff4. Backend Request Flow
/vyos/instances/{instance_id}/...5. Concurrency & Scaling
6. Security
7. Example Redis Usage (Python/FastAPI)
8. Frontend
instance_idin API calls.9. Summary of Steps
10. Why this works
Beta Was this translation helpful? Give feedback.
All reactions