feat(ui): add identity management for tenants and users
CI / build-and-test (push) Successful in 1m47s
CI / build-and-test (push) Successful in 1m47s
* Implement tenant and user creation in IdentityPage * Add API calls for managing tenants and users * Introduce tenant-scoped API requests * Update sidebar to include identity navigation * Create BooleanStatusBadge component for key status
This commit is contained in:
@@ -23,6 +23,8 @@ auth:
|
||||
keys:
|
||||
- id: "local-client"
|
||||
value: "replace-me"
|
||||
tenant_id: "local"
|
||||
superadmin: true
|
||||
description: "main local client key"
|
||||
oauth:
|
||||
clients:
|
||||
|
||||
@@ -21,6 +21,8 @@ auth:
|
||||
keys:
|
||||
- id: "local-client"
|
||||
value: "replace-me"
|
||||
tenant_id: "local"
|
||||
superadmin: true
|
||||
description: "main local client key"
|
||||
oauth:
|
||||
clients:
|
||||
|
||||
@@ -21,6 +21,8 @@ auth:
|
||||
keys:
|
||||
- id: "local-client"
|
||||
value: "replace-me"
|
||||
tenant_id: "local"
|
||||
superadmin: true
|
||||
description: "main local client key"
|
||||
oauth:
|
||||
clients:
|
||||
|
||||
Reference in New Issue
Block a user