- 
                Notifications
    You must be signed in to change notification settings 
- Fork 715
Closed
Labels
Description
As part of the work to support custom resources in the dashboard (#2390) there are several improvements that we should consider making to the resource server API:
 
- Allow resource properties to be marked as secret #5065
- Make the list of endpoints/urls more general purpose and support named urls. For e.g. we want to be able to navigate to the portal for azure resources.
- Feedback here about the service and endpoints split (Show all resource endpoints on resource grid #2413 (comment)) cc @JamesNK
- Model replicas explicitly. Today we have a flat list of resources and replicas are found based on naming. We can make this explicit.
- Allow setting both the state and the state icon or icon type (Support custom styles for resource style #3210)
- Bound number of console logs retained in the dashboard process #4849