A plugin that implements token parsing and authentication function based on wasm-go (#485)

This commit is contained in:
船长
2023-08-27 15:57:15 +08:00
committed by GitHub
parent 1051201e97
commit 2b9e3a14c2
8 changed files with 235 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ func TestHigressConformanceTests(t *testing.T) {
} else {
higressTests = []suite.ConformanceTest{
tests.WasmPluginsRequestBlock,
tests.WasmPluginsJwtAuth,
}
}
} else {