-
Notifications
You must be signed in to change notification settings - Fork 35
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/vec 35 allow vector app to work #9
base: main
Are you sure you want to change the base?
Feat/vec 35 allow vector app to work #9
Conversation
internal/voice/stream/connect.go
Outdated
@@ -59,7 +59,7 @@ func (strm *Streamer) newChipperConn(ctx context.Context) (Conn, *CloudError) { | |||
}, | |||
} | |||
|
|||
otaURL = "https://" + config.Env.Check + suffix | |||
otaURL = "http://" + config.Env.Check + suffix |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need this anymore.
With the 1.8 escape pod update, escape pod runs fake https so Vector can at least send HTTPS GET request to escape pod.
The additions to makefile and readme might still be useful.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
This pull request fixes the broken link to do a chipper connection test. Allowing the Vector app to work with Vectors on escape-pod stack