higress icon indicating copy to clipboard operation
higress copied to clipboard

🤖 AI Gateway | AI Native API Gateway

Results 337 higress issues
Sort by recently updated
recently updated
newest added

### Ⅰ. 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...

help wanted
level/challenge
area/plugin
sig/wasm

### Ⅰ. 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 无

area/plugin
sig/wasm

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...

good first issue
help wanted
level/challenge
area/plugin
sig/wasm

# 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...

good first issue
area/plugin
sig/wasm

## 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...

good first issue
level/normal
area/plugin
sig/wasm

## 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. ##...

priority/high
level/challenge
area/config
sig/controller

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...

priority/high
level/challenge
area/config
sig/controller

## 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...

help wanted
level/challenge
area/e2e