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

feat(ssh): add ssh tunnel support for the docker image #114

Merged
merged 8 commits into from
Apr 18, 2024

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    65c031d View commit details
    Browse the repository at this point in the history
  2. 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.
    empwilli committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    48596d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f1f50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3805f21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43a34f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. docs: add missing line break

    empwilli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    1377dfb View commit details
    Browse the repository at this point in the history
  2. docs: extend ssh tunnel usage example for windows

    This adds the necessary environment variable setting for running omnect-cli on a
    Windows host.
    empwilli committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    39312b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    b220677 View commit details
    Browse the repository at this point in the history