-
Notifications
You must be signed in to change notification settings - Fork 1
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
For notls #12
Conversation
ProxyAddr="http://localhost:$(( 2001 + node * 2))" | ||
echo -n "Adding proxy for node $(( node + 1)): " | ||
for node in $(seq 0 3); do | ||
NodeAddr="grpc://localhost:$((2000 + node * 2))" |
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.
From our test yesterday, it seems that the node address is expected without the protocol (ie. grpc).
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.
Which test? With the changes in dela#fix-notls, the standard protocol is grpcs
. If you want something else, it needs to be specified.
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.
But when we used this script together yesterday, it generated a 404 on the backend.
there are some required changes in the Dockerfile/docker-compose.yml as well, I'll add them after we merged this one so LGTM |
--noTLS
Review request: start with c4dt/dela#3