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: add GRPC reverse tunnel server #746

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

utkuozdemir
Copy link
Member

Allow Omni API clients to receive GRPC calls in the reverse direction, Omni->Client. Might be used by the infra providers, e.g., bare-metal infra provider.

Possibly related to #660.

Allow Omni API clients to receive GRPC calls in the reverse direction, `Omni->Client`. Might be used by the infra providers, e.g., bare-metal infra provider.

Signed-off-by: Utku Ozdemir <[email protected]>
@@ -3,6 +3,9 @@ module github.com/siderolabs/omni
go 1.23.3

replace (
// todo: remove when merged
github.com/siderolabs/omni-infra-provider-bare-metal v0.0.0-20241014092637-c3e892b87244 => github.com/utkuozdemir/sidero-omni-infra-provider-bare-metal v0.0.0-20241021213554-cc93e594a0d2
Copy link
Member

Choose a reason for hiding this comment

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

I think if we need an API, it should be common for all providers, and should either live in Omni or in a separate repo.

my 2 cents

Copy link
Member Author

Choose a reason for hiding this comment

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

Yes you are right, I'll anyway keep this as draft until we make a decision.

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