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

For notls #12

Merged
merged 2 commits into from
Oct 3, 2023
Merged

For notls #12

merged 2 commits into from
Oct 3, 2023

Conversation

ineiti
Copy link
Member

@ineiti ineiti commented Oct 2, 2023

  • follows Fix notls dela#3 to run nodes locally with --noTLS
  • fixes one bug in the server where a logout request without a login crashes the server

Review request: start with c4dt/dela#3

@ineiti ineiti self-assigned this Oct 2, 2023
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))"
Copy link
Member

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).

Copy link
Member Author

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.

Copy link
Member

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.

@PascalinDe
Copy link
Member

there are some required changes in the Dockerfile/docker-compose.yml as well, I'll add them after we merged this one

so LGTM

@ineiti ineiti merged commit 2f27c4f into main Oct 3, 2023
9 of 10 checks passed
@ineiti ineiti deleted the for_notls branch October 3, 2023 14:10
PascalinDe pushed a commit that referenced this pull request Jul 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants