kusaridev / helm-charts

Helm Chart for deploying GUAC
MIT License
14 stars 9 forks source link

option to expose graphql api + visualizer with ingress #33

Open tuananh opened 1 year ago

tuananh commented 1 year ago

so that we can use it for visualizer.

currently, it's set to this one: https://github.com/kusaridev/helm-charts/blob/9f53560e1df0a79c7fe9db0239a15a83d4856acf/charts/guac/templates/guac-cm.yaml#L26

which is not accessible by visualizer

sunnyyip commented 1 year ago

Pending review and merge of https://github.com/guacsec/guac-visualizer/pull/23, which will allow graphql api endpoint to be configurable.

pxp928 commented 9 months ago

@sunnyyip is this issue closed?

sunnyyip commented 9 months ago

Not yet, now that we put a proxy in front of the visualizer to workaround how it finds the gql server, we can create ingress as the subject suggests.