-
-
Notifications
You must be signed in to change notification settings - Fork 140
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
feature(agent): add VPN capability to agent #4021
Draft
henrybarreto
wants to merge
3
commits into
master
Choose a base branch
from
feature/agent_vpn
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
henrybarreto
added
kind/feature
New feature or request
do-not-merge
product/cloud
Issue/PR related to Cloud Edition
product/enterprise
Issue/PR related to Enterprise Edition
labels
Aug 1, 2024
henrybarreto
force-pushed
the
feature/agent_vpn
branch
3 times, most recently
from
August 2, 2024 17:16
3081faa
to
2bd413c
Compare
henrybarreto
changed the base branch from
master
to
refactor/use_conn_path_from_param
August 2, 2024 17:17
henrybarreto
force-pushed
the
refactor/use_conn_path_from_param
branch
from
August 2, 2024 17:18
73a83f6
to
21c204c
Compare
henrybarreto
force-pushed
the
feature/agent_vpn
branch
3 times, most recently
from
August 5, 2024 18:13
ab126d2
to
73ad9bc
Compare
henrybarreto
force-pushed
the
feature/agent_vpn
branch
9 times, most recently
from
August 12, 2024 17:19
e3b0153
to
17ea062
Compare
henrybarreto
force-pushed
the
feature/agent_vpn
branch
5 times, most recently
from
August 20, 2024 16:50
aaed9e5
to
5ef4ebf
Compare
henrybarreto
force-pushed
the
feature/agent_vpn
branch
5 times, most recently
from
August 21, 2024 12:19
aae3fd6
to
f05d169
Compare
henrybarreto
force-pushed
the
feature/agent_vpn
branch
5 times, most recently
from
September 5, 2024 20:21
50c6337
to
48ca6a8
Compare
henrybarreto
force-pushed
the
feature/agent_vpn
branch
2 times, most recently
from
September 6, 2024 14:58
90ef28b
to
fd2bc56
Compare
It adds to the ShellHub's Agent the capability to connect to a ShellHub's Enterprise service, which provides a virtual private network between devices registered into the same namespace. To enable it, the ShellHub's instance must support it, and the `SHELLHUB_VPN` environmental variable must be set to `TRUE` on the ShellHub Agent startup.
henrybarreto
force-pushed
the
feature/agent_vpn
branch
from
September 6, 2024 19:56
fd2bc56
to
5c71f48
Compare
We could use https://github.com/WireGuard/wireguard-go as it is a more mature and well-tested protocol. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
kind/feature
New feature or request
product/cloud
Issue/PR related to Cloud Edition
product/enterprise
Issue/PR related to Enterprise Edition
status/work-in-progress
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It requires the #4022.