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

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

Open
dperaza4dustbit opened this issue May 12, 2022 · 0 comments

Comments

@dperaza4dustbit
Copy link

dperaza4dustbit commented May 12, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant