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
Description
The Layer8 Interceptor has become a performance bottleneck such that testing other optimizations is difficult because of it's operation. The purpose of this issue is to create a mock for layer8 that can still access the functionality of statsAPI but without the E2E encryption that it provides.
Acceptance Criteria
An mock NPM module that takes the place of the Layer8_interceptor and Layer8_middlware so that, once reintroduced, the real Interceptor and Middleware can be easily slotted back in.
The mock should expose all the same functionality as Layer8 currently:
Description
The Layer8 Interceptor has become a performance bottleneck such that testing other optimizations is difficult because of it's operation. The purpose of this issue is to create a mock for layer8 that can still access the functionality of statsAPI but without the E2E encryption that it provides.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: