Service Instance Listing and Details #28

Closed
opened 2025-03-26 08:24:02 +00:00 by tobru · 0 comments
Owner

Stories

As a user, I want to view my existing service instances across all control planes so that I can manage my service instances

As a user, I want to access connection credentials for my service instances so that I can use the services

This story is about implementing the list and detail view.

Implementation Notes

  • List all instances and organization has, over all control-planes. The list view shows: Instance Name, Control Plane, Service Offering, Date Created
  • The detail page of a service instance shows: Instance Name, Control Plane, Service Offering, Date Created, Date Update and who created it. It also connects to the control-plane to get more information about the service instance:
    • .spec, excluding .spec.resourceRef and .spec.writeConnectionSecretToRef
    • .status.conditions
    • Connection credentials via infos in spec.writeConnectionSecretToRef - The resource referenced there has the information which secret we want in the field spec.writeConnectionSecretToRef.name.
## Stories _As a user, I want to view my existing service instances across all control planes so that I can manage my service instances_ _As a user, I want to access connection credentials for my service instances so that I can use the services_ This story is about implementing the list and detail view. ## Implementation Notes - List all instances and organization has, over all control-planes. The list view shows: Instance Name, Control Plane, Service Offering, Date Created - The detail page of a service instance shows: Instance Name, Control Plane, Service Offering, Date Created, Date Update and who created it. It also connects to the control-plane to get more information about the service instance: - `.spec`, excluding `.spec.resourceRef` and `.spec.writeConnectionSecretToRef` - `.status.conditions` - Connection credentials via infos in `spec.writeConnectionSecretToRef` - The resource referenced there has the information which secret we want in the field `spec.writeConnectionSecretToRef.name`.
tobru added this to the Servala Portal MVP milestone 2025-03-26 08:24:02 +00:00
tobru added the
enhancement
label 2025-03-26 08:24:02 +00:00
tobru added this to the Servala Portal project 2025-03-26 08:24:02 +00:00
rixx was assigned by tobru 2025-04-04 08:58:53 +00:00
rixx closed this issue 2025-05-05 09:10:01 +00:00
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: servala/servala-portal#28
No description provided.