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
No data is added to the request sent upstream when response.success.headers is used. The header is correctly added when I use the same spec for AuthConfig and standalone authorino.
Fix adding the x-ratelimit headers to downstream response using the Filter::response_headers_to_add: Vec<(String, String)> for rate limiting as it used to be (Add RL response headers in correct phase #144)
No data is added to the request sent upstream when
response.success.headers
is used. The header is correctly added when I use the same spec forAuthConfig
and standalone authorino.AuthPolicy:
When using the wasm-shim instead of the
ExtAuthFilter
, the upstream never sees the headers added to the request.The text was updated successfully, but these errors were encountered: