Skip to content

Commit

Permalink
Fix 3scale batcher policy
Browse files Browse the repository at this point in the history
Signed-off-by: Eloy Coto <[email protected]>
  • Loading branch information
eloycoto committed Feb 28, 2020
1 parent d6e9daf commit bc875ba
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ function _M:access(context)
else
local formatted_usage = usage:format()
local backend_res = backend:authorize(formatted_usage, credentials)
context:publish_backend_auth(backend_res)
local backend_status = backend_res.status
local cache_handler = context.cache_handler -- Set by Caching policy

Expand Down

0 comments on commit bc875ba

Please sign in to comment.