You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that each of our resources is tenanted, whenever we are creating an asset, wallet address, or peer, they need to have a corresponding tenant selection drop-down.
If a tenant is an operator (determined by calling the query in #3124), we can populate the drop-down selection with all possible tenant ids.
If a tenant is not an operator, then the tenant id should automatically be set to the current active tenant id and should not be editable.
Todos
Allow tenantId selection in create assets page
Only show correct tenanted assets in create wallet address page
Only show correct tenanted assets in create peer page
mkurapov
changed the title
[Multi-Tenant] Tenant selection dropdown in Admin UI
[Multi-Tenant] Tenant selection dropdown in Create Asset page
Jan 7, 2025
mkurapov
changed the title
[Multi-Tenant] Tenant selection dropdown in Create Asset page
[Multi-Tenant] Tenant selection dropdown in Admin UI pages
Feb 11, 2025
Context
Now that each of our resources is tenanted, whenever we are creating an asset, wallet address, or peer, they need to have a corresponding tenant selection drop-down.
If a tenant is an operator (determined by calling the query in #3124), we can populate the drop-down selection with all possible tenant ids.
If a tenant is not an operator, then the tenant id should automatically be set to the current active tenant id and should not be editable.
Todos
Prerequisites
backend
Admin Tenant API #3124The text was updated successfully, but these errors were encountered: