Replies: 1 comment
-
|
Hello. This is not available and is not planned, as it would create additional problems for the web interface and would need to be implemented there as well. You can handle these routes at the ingress level if the UI is not critical to you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Guys,
Is there any configuration that I can use to add a
Context-Pathto the existing API Stubs?For example, I want this URL
http://localhost:4771/api/stubsreplaced withhttp://localhost:4771/gripmock/api/stubs.I already configured the route rules on our gateway-server, and it can remove the context-path = gripmock when the request pass through to the K8s Pods. If I only need to access the API, it works fine, but the problem occurred when I tried to access
GripMock UI. It always looks forhttp://localhost:4771/api/health/liveness/status.Beta Was this translation helpful? Give feedback.
All reactions