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
{{ message }}
This repository was archived by the owner on May 5, 2026. It is now read-only.
What you are trying to do
I turned on the JWT authorization for MockServer, and when I try to create an expectation (like mockServerClient("localhost", 1080, undefined, true).mockAnyResponse...) the server response with Unauthorized for control plane - no authorization header found
The solution you'd like
Add additional param right after caCertPemFilePath which will allow setting request headers for the control plane calls.
What you are trying to do
I turned on the JWT authorization for MockServer, and when I try to create an expectation (like
mockServerClient("localhost", 1080, undefined, true).mockAnyResponse...) the server response with Unauthorized for control plane - no authorization header foundThe solution you'd like
Add additional param right after
caCertPemFilePathwhich will allow setting request headers for the control plane calls.