shreemaan-abhishek commented on code in PR #11095:
URL: https://github.com/apache/apisix/pull/11095#discussion_r1540639909
##########
t/plugin/authz-casdoor.t:
##########
@@ -506,6 +506,8 @@ apisix:
-- get plugin conf from etcd, password is encrypted
local etcd = require("apisix.core.etcd")
local res = assert(etcd.get('/routes/1'))
+ local core = require("apisix.core")
+ core.log.warn("dibag",
core.json.encode(res.body.node.value.plugins["authz-casdoor"].client_secret))
Review Comment:
oops, let me remove it.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]