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

[BUG] Link to admin services incorrect when retrieving registered services #6550

Closed
1 task done
planetf1 opened this issue May 26, 2022 · 3 comments
Closed
1 task done
Assignees
Labels
bug Something isn't working documentation Documentation related

Comments

@planetf1
Copy link
Member

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

 
Retrieving the registered common services ...
GET https://lab-datalake:9443/open-metadata/platform-services/users/garygeeke/server-platform/registered-services/common-services
Response: 
{
    "class": "RegisteredOMAGServicesResponse",
    "relatedHTTPCode": 200,
    "services": [
        {
            "serviceId": 180,
            "serviceName": "Open Metadata Repository Services (OMRS)",
            "serviceDevelopmentStatus": "STABLE",
            "serviceURLMarker": "repository-services",
            "serviceDescription": "Manages the synchronization, retrieval and maintenance of metadata stored in open metadata repositories",
            "serviceWiki": "https://egeria-project.org/services/omrs"
        },
        {
            "serviceId": 181,
            "serviceName": "OMAG Server Operational Services",
            "serviceDevelopmentStatus": "STABLE",
            "serviceURLMarker": "admin-services",
            "serviceDescription": "Management of services active in an Open Metadata and governance server (OMAG Server)",
            "serviceWiki": "https://egeria-project.org/services/admin-services"
        },
        {
            "serviceId": 182,
            "serviceName": "Connected Asset Services",
            "serviceDevelopmentStatus": "TECHNICAL_PREVIEW",
            "serviceURLMarker": "connected-asset",
            "serviceDescription": "Common metadata services for the Open Connector Framework (OCF)",
            "serviceWiki": "https://egeria-project.org/services/ocf-metadata-management"
        },
        {
            "serviceId": 183,
            "serviceName": "Open Metadata Security Services",
            "serviceDevelopmentStatus": "TECHNICAL_PREVIEW",
            "serviceDescription": "Authorization services for Open Metadata and Governance",
            "serviceWiki": "https://egeria-project.org/services/metadata-security-services"
        }
    ]
}

Expected Behavior

The link to admin services should be correct - currently returns a 404
(either update code to correct link, or create page in egeria-docs)

Steps To Reproduce

No response

Environment

- Egeria:
- OS:
- Java:
- Browser (for UI issues):
- Additional connectors and integration:

Any Further Information?

No response

@planetf1 planetf1 added bug Something isn't working triage New bug/issue which needs checking & assigning labels May 26, 2022
@planetf1
Copy link
Member Author

Additionally I noticed the following components appear to have the wrong status in the code (likely the docs are correct, but see also odpi/egeria-docs#444)

        {
            "serviceId": 182,
            "serviceName": "Connected Asset Services",
            "serviceDevelopmentStatus": "TECHNICAL_PREVIEW",
            "serviceURLMarker": "connected-asset",
            "serviceDescription": "Common metadata services for the Open Connector Framework (OCF)",
            "serviceWiki": "https://egeria-project.org/services/ocf-metadata-management"
        },

        {
            "serviceId": 183,
            "serviceName": "Open Metadata Security Services",
            "serviceDevelopmentStatus": "TECHNICAL_PREVIEW",
            "serviceDescription": "Authorization services for Open Metadata and Governance",
            "serviceWiki": "https://egeria-project.org/services/metadata-security-services"
        }

^^ These are both marked as stable in the doc

        {
            "serviceId": 217,
            "serviceName": "Discovery Engine OMAS",
            "serviceDevelopmentStatus": "IN_DEVELOPMENT",
            "serviceURLMarker": "discovery-engine",
            "serviceDescription": "Support for automated metadata discovery engines",
            "serviceWiki": "https://egeria-project.org/services/omas/discovery-engine/overview/"
        },

^^ marked as tech preview in the docs

@planetf1 planetf1 mentioned this issue May 27, 2022
30 tasks
@planetf1
Copy link
Member Author

Also observed via the swagger UI link

@planetf1 planetf1 added documentation Documentation related and removed triage New bug/issue which needs checking & assigning labels May 27, 2022
@mandy-chessell mandy-chessell self-assigned this Jun 6, 2022
mandy-chessell added a commit to mandy-chessell/egeria that referenced this issue Jul 25, 2022
Signed-off-by: Mandy Chessell <mandy.e.chessell@gmail.com>
@mandy-chessell
Copy link
Contributor

I believe this is fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Documentation related
Projects
No open projects
Development

No branches or pull requests

2 participants