gchq / Kai

Kai is an experimental Graph-as-a-Service framework built with the Amazon CDK
Apache License 2.0
6 stars 6 forks source link

Add endpoints to Graph objects after deployment #47

Closed d47853 closed 4 years ago

d47853 commented 4 years ago

Upon successful deployment of a Gaffer Graph, the Graph object in the backend table should be updated with the various endpoints that get created by the application load balancer. These include:

The urls for these interfaces can be found by running a kubectl get ing command which should be replicated in the Graph deployment lambda.

d47853 commented 4 years ago

Merged into develop