-
Notifications
You must be signed in to change notification settings - Fork 47
Implement egress proxy for permissionprofile implementation for docker #124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
yrobla
added a commit
that referenced
this issue
Jun 4, 2025
Closes: #124 spin up and connect networks move logic to internal docker fixes from rebase fix squid.conf fix lint
yrobla
added a commit
that referenced
this issue
Jun 6, 2025
Closes: #124 spin up and connect networks move logic to internal docker fixes from rebase fix squid.conf fix lint
yrobla
added a commit
that referenced
this issue
Jun 6, 2025
Closes: #124 spin up and connect networks move logic to internal docker fixes from rebase fix squid.conf fix lint move egress into deploy workload move pull image move stop container task changes from review add dns container remove not used profile modify thv list resolve ingress connectivity fix inspector fixes from review fix error range remove gocyclo warnings fix tests properly stop and remove containers add more verbose tests change docker image update swagger retry on cleaning resources
yrobla
added a commit
that referenced
this issue
Jun 6, 2025
Closes: #124 spin up and connect networks move logic to internal docker fixes from rebase fix squid.conf fix lint move egress into deploy workload move pull image move stop container task changes from review add dns container remove not used profile modify thv list resolve ingress connectivity fix inspector fixes from review fix error range remove gocyclo warnings fix tests properly stop and remove containers add more verbose tests change docker image update swagger retry on cleaning resources fix swagger
yrobla
added a commit
that referenced
this issue
Jun 9, 2025
Closes: #124 spin up and connect networks move logic to internal docker fixes from rebase fix squid.conf fix lint move egress into deploy workload move pull image move stop container task changes from review add dns container remove not used profile modify thv list resolve ingress connectivity fix inspector fixes from review fix error range remove gocyclo warnings fix tests properly stop and remove containers add more verbose tests change docker image update swagger retry on cleaning resources fix swagger
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Currently, we're merely detecting if an MCP needs network access and granting it access entirely. When, in reality, we want to have an egress proxy for that container. The idea is to implement that.
The implementation should restrict the container if the permission profile says so. The restriction will disallow egress connections unless explicitly allowed by the permission profile.
The text was updated successfully, but these errors were encountered: