Skip to content
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

Vpn #2607

Merged
merged 47 commits into from
Aug 22, 2024
Merged

Vpn #2607

merged 47 commits into from
Aug 22, 2024

Conversation

DmitryDodzin
Copy link
Member

Very basic and alpha version for mirrord vpn

@DmitryDodzin DmitryDodzin marked this pull request as ready for review July 17, 2024 15:14
@Razz4780 Razz4780 self-requested a review July 17, 2024 15:21
Copy link
Contributor

@Razz4780 Razz4780 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Four concerns, mostly:

  1. Gotta improve error handling :V
  2. Gotta add mirrord-protocol version requirement and version negotiation.
  3. I'm not sure about DNS resolver config cleanup - afraid of leaving garbage behind when the user kills mirrord process.
  4. What happens if the user runs mirrord vpn concurrently? We should probably catch this case and warn/abort/make sure that we don't mess up DNS config

mirrord/kube/src/api/container/pod.rs Show resolved Hide resolved
mirrord/cli/src/vpn.rs Outdated Show resolved Hide resolved
mirrord/cli/src/vpn.rs Outdated Show resolved Hide resolved
mirrord/cli/src/vpn.rs Outdated Show resolved Hide resolved
mirrord/cli/src/vpn.rs Outdated Show resolved Hide resolved
mirrord/agent/src/vpn.rs Outdated Show resolved Hide resolved
mirrord/agent/src/vpn.rs Show resolved Hide resolved
mirrord/agent/src/vpn.rs Outdated Show resolved Hide resolved
mirrord/agent/src/vpn.rs Outdated Show resolved Hide resolved
mirrord/agent/src/vpn.rs Show resolved Hide resolved
mirrord/cli/src/config.rs Outdated Show resolved Hide resolved
mirrord/protocol/Cargo.toml Outdated Show resolved Hide resolved
mirrord/vpn/src/error.rs Outdated Show resolved Hide resolved
mirrord/vpn/src/error.rs Outdated Show resolved Hide resolved
mirrord/vpn/src/error.rs Outdated Show resolved Hide resolved
mirrord/vpn/src/error.rs Outdated Show resolved Hide resolved
mirrord/vpn/src/error.rs Outdated Show resolved Hide resolved
Copy link
Contributor

@Razz4780 Razz4780 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oke, looks ready. Only crate versions need another update

mirrord/vpn/src/error.rs Outdated Show resolved Hide resolved
mirrord/vpn/src/agent.rs Outdated Show resolved Hide resolved
mirrord/protocol/Cargo.toml Outdated Show resolved Hide resolved
@DmitryDodzin DmitryDodzin added this pull request to the merge queue Aug 22, 2024
Merged via the queue into metalbear-co:main with commit 807ae98 Aug 22, 2024
17 checks passed
@DmitryDodzin DmitryDodzin deleted the vpn branch August 22, 2024 07:17
This was referenced Aug 22, 2024
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.

2 participants