Skip to content

Commit 737bbe4

Browse files
committed
v0.0.4-2 - Fix fault_tolerant when opa is down or policy is missing
1 parent 925b972 commit 737bbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opa/handler.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local access = require("kong.plugins." .. plugin_name .. ".access")
33

44
local plugin = {
55
PRIORITY = 799,
6-
VERSION = "0.0.4-1"
6+
VERSION = "0.0.4-2"
77
}
88

99
function plugin:access(plugin_conf)

0 commit comments

Comments
 (0)