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/vec 35 allow vector app to work #9

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

anant-kaushik
Copy link

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

@@ -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
Copy link

@urastogi885 urastogi885 Apr 29, 2022

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.

Copy link
Author

Choose a reason for hiding this comment

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

You are right

@anant-kaushik anant-kaushik requested a review from urastogi885 May 5, 2022 20:21
Copy link

@urastogi885 urastogi885 left a comment

Choose a reason for hiding this comment

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

LGTM!

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.

3 participants