Skip to content

Modify Service Provider website to be able to consume structured data #29

@dperaza4dustbit

Description

@dperaza4dustbit

The idea will be to change the website that advertises Services the implement Provisioned Services to get the list of services from a yaml file that is also published on same site. When you go to index.html the html will read the data from the yaml. But also the yaml can be consumed by programs that want to represent differently. This will also allow easy yaml changes PRs for service providers that want to add themselves. Yaml could look like this:

serviceProviders:
  - type: psql
    provider: XCompany
    controllerRepository: https://github.com/my-org/myX-controller
    endpointFields:
      - host
        port
        username
        password
        database
  - type: mysql
    provider: YCompany
    controllerRepository: https://github.com/my-org/myY-controller
    endpointFields:
      - host
        port
        username
        password
        database

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions