>_
.issue.db
/highway-workflow-engine
Dashboard
Issues
Memory
Lessons
Audit Log
New Issue
Edit Issue #258
Update issue details
Title *
Description
Create tenant CRUD endpoints for super admin users to manage customer tenants. Required endpoints: - POST /api/v1/admin/tenants - Create tenant - GET /api/v1/admin/tenants - List all tenants (super admin) - PUT /api/v1/admin/tenants/<tenant_id> - Update/rename tenant - POST /api/v1/admin/tenants/<tenant_id>/deactivate - Deactivate tenant - POST /api/v1/admin/tenants/<tenant_id>/reactivate - Reactivate tenant - DELETE /api/v1/admin/tenants/<tenant_id> - Delete tenant (dangerous) Currently tenants are created manually via: 1. Adding entry to tenant_client_keys table 2. Setting up Vault secrets for the tenant Needs: - Super admin permission check - Vault integration for tenant secrets - Database schema for tenants table (if needed) - Audit logging for all operations
Priority
Low
Medium
High
Critical
Status
Open
In Progress
Closed
Due Date (YYYY-MM-DD)
Tags (comma separated)
Related Issues (IDs)
Enter IDs of issues related to this one. They will be linked as 'related'.
Update Issue
Cancel