Skip to content

Commit 60fee8d

Browse files
committed
test: drop the encrypt_conf comment
1 parent 81781e5 commit 60fee8d

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

apisix/admin/stream_routes.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,6 @@ local function delete_checker(id)
152152
end
153153

154154

155-
-- Only the upstream, unlike routes.lua and services.lua which also encrypt
156-
-- their plugin confs: stream_plugin_checker() has no decrypt_conf() step, so
157-
-- an encrypted stream plugin conf would reach the stream runtime as
158-
-- ciphertext.
159155
local function encrypt_conf(id, conf)
160156
apisix_upstream.encrypt_conf(conf.upstream)
161157
end

0 commit comments

Comments
 (0)