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
With this config I get no JSON response that I received without adding the policy_chain field and nested policy. I don't get an error, just a 200 and empty response. Rate limits aren't hit.
Perhaps this is an issue with my configuration:
Using the following config I was attempting to disable the auth cache as described in the caching policy schema
Current Result
With this config I get no JSON response that I received without adding the
policy_chain
field and nested policy. I don't get an error, just a 200 and empty response. Rate limits aren't hit.Expected Result
To get the following response:
and to see rate limits respected and to see no
cache hit
messages in apicast logsAdditional Information
When I removed the
policy_chain
and set the deprecated env varAPICAST_BACKEND_CACHE_HANDLER=none
I got the result I expectedThe text was updated successfully, but these errors were encountered: