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 goal is to mount a config map as a file to the gateway/listener that contains a list of virtual workspaces eg.:
virtualWorkspaces:
- name: example
url: https://whatever./services/core.abc.com
- ...
The listener should process the virtualWorkspaces in the very same way as other workspaces and the user should be able to access the virtual workspace. A proposal is to access them in the following url pattern:
Normal Workspace: /kubernetes-graphql-gateway/root:abc:abc/query
Virtual Workspace: /kubernetes-graphql-gateway/virtualworkspace/example/query