Skip to content

Commit

Permalink
fix(wasm): remove hardcoded isolation level
Browse files Browse the repository at this point in the history
This was added during local development to work around a bug but is no
longer desired and disallows setting the isolation level via kong.conf.
  • Loading branch information
flrgh committed Aug 14, 2023
1 parent 62b6488 commit 80a22fd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kong/runloop/wasm.lua
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ local function enable(kong_config)
_G.dns_client = _G.dns_client or dns(kong_config)

proxy_wasm = proxy_wasm or require "resty.wasmx.proxy_wasm"
ATTACH_OPTS.isolation = proxy_wasm.isolations.FILTER

ENABLED = true
STATUS = STATUS_ENABLED
Expand Down

0 comments on commit 80a22fd

Please sign in to comment.