Skip to content

feat: http unix socket support#152

Merged
beeme1mr merged 6 commits into
open-feature:mainfrom
james-milligan:http-unix
Aug 22, 2022
Merged

feat: http unix socket support#152
beeme1mr merged 6 commits into
open-feature:mainfrom
james-milligan:http-unix

Conversation

@james-milligan

Copy link
Copy Markdown
Contributor

Adds unix socket support to bridge the connection between the http proxy and grpc service.

When a unix socket path is provided, this new implementation is used in favour of the standard tcp conection

Signed-off-by: James-Milligan <james@omnant.co.uk>
Signed-off-by: James-Milligan <james@omnant.co.uk>
Signed-off-by: James-Milligan <james@omnant.co.uk>
@james-milligan james-milligan marked this pull request as ready for review August 22, 2022 12:40
@beeme1mr

Copy link
Copy Markdown
Member

Please sure to update the documentation.

Signed-off-by: James-Milligan <james@omnant.co.uk>
Signed-off-by: James-Milligan <james@omnant.co.uk>
@beeme1mr beeme1mr merged commit 09428e7 into open-feature:main Aug 22, 2022
raphael-wigoutschnigg-dt pushed a commit to open-feature-forking/flagd that referenced this pull request Mar 11, 2025
… v1.5.1 (open-feature#152)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
beeme1mr added a commit that referenced this pull request May 20, 2026
## Summary

Resolved 5 open Dependabot security alerts by bumping vulnerable
dependencies.

## Dependabot Alerts Resolved

| Alert | Package | Severity | Fix |
|-------|---------|----------|-----|
| #179 | `postcss` | **medium** | Bumped from 8.5.8 to 8.5.14 in
`playground-app/package-lock.json` (vite resolves postcss to patched
version naturally, no override needed) |
| #181 | `github.com/go-git/go-git/v5` | **high** | Bumped from 5.18.0
to 5.19.1 in `test/integration/go.mod` |
| #182 | `github.com/go-git/go-billy/v5` | **medium** | Bumped from
5.8.0 to 5.9.0 via go-git upgrade |
| #183 | `github.com/go-git/go-billy/v5` | **high** | Bumped from 5.8.0
to 5.9.0 via go-git upgrade |
| #180 | `github.com/in-toto/in-toto-golang` | **medium** | Bumped from
0.10.0 to 0.11.0 in `test/integration/go.mod` |

## Unresolvable alerts

- **Alert #184** (`github.com/docker/docker`, high) — vulnerable `<=
28.5.2`; no patched Go module version is published yet (latest is
28.5.2; fix is on `moby/moby/v2` 2.0.0-beta.14, a different module path)
- **Alert #185** (`github.com/docker/docker`, medium) — same; no patched
version available on the `docker/docker` module path
- **Alert #186** (`github.com/docker/docker`, high) — same; no patched
version available on the `docker/docker` module path
- **Alert #152** (`github.com/docker/docker`, high) — requires >= 29.3.1
but no patched Go module version is published yet
- **Alert #151** (`github.com/docker/docker`, medium) — same; requires
>= 29.3.1, no patched version available

All docker/docker alerts are transitive deps of `testcontainers-go` in
the orphaned integration-test module; will be resolved when upstream
cuts a Go module under the existing `docker/docker` path or
testcontainers-go migrates to `moby/moby/v2`.

---------

Signed-off-by: Jonathan Norris <jonathan.norris@dynatrace.com>
Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants