You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: