Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Service Subscription | External Service details are missing. #1080

Open
tfjanjua opened this issue Oct 18, 2024 · 0 comments
Open

Service Subscription | External Service details are missing. #1080

tfjanjua opened this issue Oct 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@tfjanjua
Copy link
Contributor

tfjanjua commented Oct 18, 2024

Current Behavior

External Service details are missing from the following API response

API: /api/services/{serviceId}/subscription/{subscriptionId}/provider
Method: GET
Response Data:

{
    "id": "db1a7759-cc33-4a9a-a5c8-f89430886af9",
    "offerSubscriptionStatus": "ACTIVE",
    "name": "Jupiter Test Pumpkin",
    "customer": "Jupiter Test2 V",
    "bpn": "BPNL00000000071A",
    "contact": [
        "sana.saleem+volks@cofinity-x.com"
    ],
    "technicalUserData": [
        {
            "id": "a8962456-56bb-43e5-bd95-ee0b1115216b",
            "name": "sa30",
            "permissions": [
                "BPDM Pool Admin"
            ]
        }
    ]
}

Phil has worked and responded External Service Details for Apps only.
#867
eclipse-tractusx/portal#385

Expected Behavior

External Service details should be available as frontend is expecting External Service Details on UI.
eclipse-tractusx/portal-frontend#940
image

Steps To Reproduce

  1. Navigate to Service Subscription page
  2. Click on arrow (details button)
  3. Check api response, External Service Details are missing.

Corresponding Configuration Ticket

This change also required the addition of configs:
eclipse-tractusx/portal#459

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: IN REVIEW
Development

No branches or pull requests

1 participant