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

## Why do you need it? The api we are talking about here is "business api". There are several differences between `business api` and `route api`: 1. Intent - `business...

help wanted
level/challenge
area/plugin
area/apim
sig/apim

### Ⅰ. Describe what this PR did Upgrade to Istio 1.19.0 and implement Gateway API support. ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you...

## Why do you need it? annotations: + `higress.io/timeout` ## How could it be? Add testcases for timeout annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test + https://github.com/alibaba/higress/issues/190

level/normal
area/annotation
area/e2e

## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/backend-protocol` ## How could it be? Add testcases for backend-protocol annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test + https://github.com/alibaba/higress/issues/190

level/normal
area/annotation
area/e2e
sig/automation

## Why do you need it? annotations: + `higress.io/destination` ## How could it be? single destiantion: ```yaml apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: higress.io/destination: " bar-service.default.svc.cluster.local:5678" name: echo namespace: default...

help wanted
level/challenge
area/annotation
area/e2e

annotation: nginx.ingress.kubernetes.io/proxy-next-upstream nginx.ingress.kubernetes.io/proxy-next-upstream-timeout nginx.ingress.kubernetes.io/proxy-next-upstream-tries e2e framework: https://github.com/alibaba/higress/tree/main/test part of #190

help wanted
level/challenge
area/annotation
area/e2e
sig/automation

## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/load-balance` + `nginx.ingress.kubernetes.io/upstream-hash-by` ## How could it be? Add testcases for load-balance annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test + https://github.com/alibaba/higress/issues/190

help wanted
level/normal
area/annotation
area/e2e
sig/automation

## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/affinity` + `nginx.ingress.kubernetes.io/affinity-mode` + `nginx.ingress.kubernetes.io/session-cookie-name` + `nginx.ingress.kubernetes.io/session-cookie-path` + `nginx.ingress.kubernetes.io/session-cookie-max-age` + `nginx.ingress.kubernetes.io/session-cookie-expires` ## How could it be? Add testcases for cookie affinity annotations....

help wanted
level/challenge
area/annotation
area/e2e
sig/automation

## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/proxy-ssl-secret` + `nginx.ingress.kubernetes.io/proxy-ssl-name` + `nginx.ingress.kubernetes.io/proxy-ssl-server-name` ## How could it be? Add testcases for upstream encryption annotations. ## Other related information + https://github.com/alibaba/higress/tree/main/test...

help wanted
level/challenge
area/annotation
area/e2e
sig/automation

## Why do you need it? annotations: + `nginx.ingress.kubernetes.io/auth-type` + `nginx.ingress.kubernetes.io/auth-secret` + `nginx.ingress.kubernetes.io/auth-secret-type` + `nginx.ingress.kubernetes.io/auth-realm` ## How could it be? Add testcases for auth annotations. ## Other related information +...

help wanted
level/challenge
area/annotation
area/e2e
sig/automation