-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat(ssh): add ssh tunnel support for the docker image #114
Merged
empwilli
merged 8 commits into
omnect:main
from
empwilli:feat/ssh_tunnel_docker_support
Apr 18, 2024
Merged
feat(ssh): add ssh tunnel support for the docker image #114
empwilli
merged 8 commits into
omnect:main
from
empwilli:feat/ssh_tunnel_docker_support
Apr 18, 2024
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 65c031d - Browse repository at this point
Copy the full SHA 65c031dView commit details -
feat(ssh): enable ssh tunnel from containerized environments
When running the omnect-cli from within a containerized environment, authentication will not work out of the box: when binding to localhost, the client will bind to localhost from inside of the container, it is not possible to connect from the container externally. This adds a check for the "CONTAINERIZED" environment variable. If this environment variable is set, the auth redirect server will instead bind to "0.0.0.0", the idea being, that docker can do the mapping to local host, then. Furthermore, we add the "CONTAINER_HOST" variable which allows the omnect-cli to determine the host system so that an according ssh config can be generated.
Configuration menu - View commit details
-
Copy full SHA for 48596d3 - Browse repository at this point
Copy the full SHA 48596d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 92f1f50 - Browse repository at this point
Copy the full SHA 92f1f50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3805f21 - Browse repository at this point
Copy the full SHA 3805f21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a34f0 - Browse repository at this point
Copy the full SHA 43a34f0View commit details
Commits on Apr 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1377dfb - Browse repository at this point
Copy the full SHA 1377dfbView commit details -
docs: extend ssh tunnel usage example for windows
This adds the necessary environment variable setting for running omnect-cli on a Windows host.
Configuration menu - View commit details
-
Copy full SHA for 39312b8 - Browse repository at this point
Copy the full SHA 39312b8View commit details
Commits on Apr 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b220677 - Browse repository at this point
Copy the full SHA b220677View commit details
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.