Marc Nguyen

Results 17 issues of Marc Nguyen

Closes https://github.com/authzed/zed/issues/244. Hello, Right now, it is impossible to override CA certificate bundle path in "headless mode". Users have to `context set` if they want to use a custom CA...

**Branch/Environment/Version** - Branch/Version: master - Environment: On-Prem **Describe the bug** Connection header is deleted and not upgraded even if `Upgrade` is present, but with other `Connection` like `keep-alive`: ```http GET...

bug
manage-squad

## Description To check for Websocket connection upgrade, replaces the "!=" check with the "not contains" check. ## Related Issue Closes #6449. ## How This Has Been Tested A test...

Hello, I noticed an issue which removed original headers in the upstream request, caused by having too many headers. This is not caused by buffers configuration, but it is caused...

Hello, I found many issues when manipulating TLS. The `secret` fields in https://github.com/crowdsecurity/helm-charts/blob/46af5f33198f971a843d0052761b99b6b688d234/charts/crowdsec/values.yaml#L157-L213 are unused. The secret names are also hardcoded: - https://github.com/crowdsecurity/helm-charts/blob/46af5f33198f971a843d0052761b99b6b688d234/charts/crowdsec/templates/tls/agent-certificate.yaml#L9-L10 - https://github.com/crowdsecurity/helm-charts/blob/46af5f33198f971a843d0052761b99b6b688d234/charts/crowdsec/templates/tls/appsec-certificate.yaml#L47-L48 - https://github.com/crowdsecurity/helm-charts/blob/46af5f33198f971a843d0052761b99b6b688d234/charts/crowdsec/templates/tls/bouncer-certificate.yaml#L9-L10 - https://github.com/crowdsecurity/helm-charts/blob/46af5f33198f971a843d0052761b99b6b688d234/charts/crowdsec/templates/tls/lapi-certificate.yaml#L12-L13 -...

kind/bug
needs/triage

Could be used to transcode the raws. This would be run after remux/concat. This need to be documented: - "Keep intermediates" to be able to post process on raws -...

Implement: - Basic notification labelling: "public", "internal", or "info", "warn" etc.. - Rewrite `urls` to `endpoints`: ```yaml urls: # Deprecated, but assume a empty selector (allow everything) - 'gotify://gotify.example.com/token' endpoints:...

enhancement