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(cloud): Introduce connections to proxy unikernel #1680

Open
wants to merge 4 commits into
base: staging
Choose a base branch
from

Commits on Jun 21, 2024

  1. feat(cloud): Expose auth generator function

    Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
    craciunoiuc committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e06985b View commit details
    Browse the repository at this point in the history
  2. feat(tunnel): Allow relaying of multiple types of connections

    Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
    craciunoiuc committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4e9e77b View commit details
    Browse the repository at this point in the history
  3. gomod(deps): Bump 'sdk.kraft.cloud' to the latest version

    Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
    craciunoiuc committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    4c38eb0 View commit details
    Browse the repository at this point in the history
  4. feat(tunnel): Implement direct proxying to private instances

    This uses the 'tunlr' instance proxy to access private instances.
    This means that service groups are no longer needed.
    Also multiple instances can be proxied at the same time.
    
    Signed-off-by: Cezar Craciunoiu <cezar.craciunoiu@unikraft.io>
    craciunoiuc committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    50b75f8 View commit details
    Browse the repository at this point in the history