higress
higress copied to clipboard
🤖 AI Gateway | AI Native API Gateway
### Ⅰ. Describe what this PR did #684 ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you add test cases (unit test/integration test)? ### Ⅳ....
## Why do you need it? The Lightweight Directory Access Protocol, or LDAP for short, is one of the core authentication protocols that was developed for directory services. ## How...
### Ⅰ. Describe what this PR did 完成go-wasm 插件中的oauth插件 ### Ⅱ. Does this pull request fix one issue? fixes #633 ### Ⅲ. Why don't you add test cases (unit test/integration...
## Why do you need it? 我想在某个域名下应用jwt规则,但在该域名下某些子路径不使用jwt规则。当前WasmPlugin配置不满足该功能。 ## How could it be? 比如:域名www.abc.com的大部分子路径(www.abc.com/path1, www.abc.com/path2等)应用jwt规则,但对于某个特定子路径www.abc.com/nojwtpath,不使用jwt规则。 希望higress能提供该功能的配置项,可配置应用jwt规则的域名、不应用jwt的子路径。 ## Other related information 无
https://apisix.apache.org/docs/apisix/plugins/limit-count/ In implementation, however, we need not replicate APISIX exactly, but instead should focus on the actual user needs behind the plugins, combined with the specific circumstances of Higress, to...
# 1. Support some plugins of APISIX [APISIX](https://apisix.apache.org/) has a lot of great plugins implemented through Lua. And we wanted to overlay some of APISIX's plugin capabilities with the Golang...
## 1. CPP vs. Golang I think using Golang to implement a Wasm plugin is probably more developer friendly than using CPP. However, there are currently some CPP Wasm plugins...
## Why do you need it? Nginx Ingress provides a lot of routing features via annotations. We need to migrate them to the new configuration model of Gateway API. ##...
Products to Investigate: - [Envoy Gateway](https://gateway.envoyproxy.io/) - [Kong](https://konghq.com/) - gloo - emissary - ... Questions to Answer: - How are routes belonged to different gateways managed? - How are data...
## Why do you need it? https://github.com/alibaba/higress/blob/29c95ea5571e459a7f230016ceaf96b1dc8e3df9/test/e2e/conformance/tests/httproute-app-root.go#L29-L34 Currently, for manifest resources, only tests after creation are supported, and modified tests are not supported. ## How could it be? Add the...