emissary icon indicating copy to clipboard operation
emissary copied to clipboard

open source Kubernetes-native API gateway for microservices built on the Envoy Proxy

Results 423 emissary issues
Sort by recently updated
recently updated
newest added

**Describe the bug** I cannot remove the `Server` header from the responses. **To Reproduce** Steps to reproduce the behavior: 1. Create the host, service and mapping from the getting started...

stale
security/compliance

DO NOT MERGE CI RUN for PR #4181 due to CI requiring maintainer credentials. Once green and approved this PR will be closed and the community contribution will be merged.

## Description A few sentences describing the overall goals of the pull request's commits. ## Related Issues List related issues. ## Testing A few sentences describing what testing you've done,...

Signed-off-by: Filip Herceg ## Description This fixes label matching to match all labels instead of any label. As is the usual behaviour in Kubernetes. I'm putting this as a fix...

t:debt
t:feature

**Describe the bug** When emissary has the authservice module enabled for external authentication, any cookie or header that I set in my authservice does not make to the upstream service....

## Description The following PR enables building envoy/emissary in FIPS mode. This will ensure that the envoy uses FIPS certified cryptographic algorithms when decrypting data. Developers can set this by...

t:feature

Bumps [k8s.io/klog/v2](https://github.com/kubernetes/klog) from 2.10.0 to 2.70.1. Release notes Sourced from k8s.io/klog/v2's releases. Prepare klog release for Kubernetes v1.25 (Take 2) What's Changed ktesting: handle test completion by @​pohly in kubernetes/klog#337...

dependencies

Signed-off-by: Dmitry Golushko ## Description Full description and motivation can be found here: https://github.com/emissary-ingress/emissary/issues/4274 I decided to make it flexible and keep backward compatibility. I introduced 3 new environment variables:...

**To Reproduce** Set a retry policy in a mapping like this: ``` retry_policy: retry_on: "reset" ``` The CRD validation will fail with ```Unsupported value: "reset": supported values: "5xx", "gateway-error", "connect-failure",...

t:feature

Hi, Cleartext redirection doesn't seem to be working for me. The symptoms are the same as in [this old issue](https://github.com/datawire/ambassador/issues/1115). Is this still broken by chance, or am I doing...

stale