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
In the interceptor we don't seem to use the x-shared-secret header... so why are we including it? Likely for debugging purposes. Please try to remove this line, res.Call("setHeader", "x-shared-secret", secret), and then test:.
Acceptance Criteria
The interceptor, proxy, middleware still work with this line commented out.
The text was updated successfully, but these errors were encountered:
Description
After reviewing the Layer8 interceptor / middleware, I notice that we are sending the shared secret across the network???? Bad idea!
In the interceptor we don't seem to use the
x-shared-secret
header... so why are we including it? Likely for debugging purposes. Please try to remove this line,res.Call("setHeader", "x-shared-secret", secret)
, and then test:.Acceptance Criteria
The interceptor, proxy, middleware still work with this line commented out.
The text was updated successfully, but these errors were encountered: