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
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.
The text was updated successfully, but these errors were encountered:
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
caCertPemFilePath
which will allow setting request headers for the control plane calls.The text was updated successfully, but these errors were encountered: