mirror of
https://github.com/alibaba/higress.git
synced 2026-06-07 11:47:30 +08:00
feat: Implement basic-auth WASM plugin using the Go SDK (#515)
This commit is contained in:
@@ -60,6 +60,7 @@ func TestHigressConformanceTests(t *testing.T) {
|
||||
m := make(map[string]suite.ConformanceTest)
|
||||
m["request_block"] = tests.CPPWasmPluginsRequestBlock
|
||||
m["key_auth"] = tests.CPPWasmPluginsKeyAuth
|
||||
m["basic_auth"] = tests.CPPWasmPluginsBasicAuth
|
||||
|
||||
higressTests = []suite.ConformanceTest{
|
||||
m[*wasmPluginName],
|
||||
@@ -68,6 +69,7 @@ func TestHigressConformanceTests(t *testing.T) {
|
||||
higressTests = []suite.ConformanceTest{
|
||||
tests.WasmPluginsRequestBlock,
|
||||
tests.WasmPluginsJwtAuth,
|
||||
tests.WasmPluginsBasicAuth,
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user