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

Zaino-Serve 2.0 #180

Merged
merged 26 commits into from
Feb 12, 2025
Merged

Zaino-Serve 2.0 #180

merged 26 commits into from
Feb 12, 2025

Conversation

idky137
Copy link
Contributor

@idky137 idky137 commented Feb 4, 2025

Updates Zaino-Serve:

  • Removes the last of the old nym code.
  • re-implements gRPC server.
  • Adds TLS auth to gRPC server.
  • Unlocks gRPC listen address.
  • Unlocks Zebrad server address to local addresses.
  • Adds validator rpc cookie auth.
  • updates config.

Updates zaino's connection policy to the following:

  • For incoming connections (zainos grpc server) TLS must be enabled if not connecting to private addresses.
  • For outgoing connections (connecting to zebrad) connections must be private and validator rpc cookie auth must be enabled if not connecting to loopback addresses

Branch details:

NOTE: This PR changes zaino's config and a PR in zingolabs::infrastructure will be required for this change.

@idky137 idky137 added the ZGM2 Issues that need to be resolved for the completion of the Zaino dev grant milestone 2 label Feb 4, 2025
@idky137 idky137 mentioned this pull request Feb 4, 2025
@idky137
Copy link
Contributor Author

idky137 commented Feb 4, 2025

This is now code complete but needs more testing before it is ready for merging.

@idky137 idky137 marked this pull request as ready for review February 6, 2025 15:53
@AloeareV
Copy link
Contributor

Some additional code intended for this PR, here: idky137#2

AloeareV
AloeareV previously approved these changes Feb 12, 2025
@AloeareV AloeareV merged commit 9437242 into zingolabs:dev Feb 12, 2025
4 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ZGM2 Issues that need to be resolved for the completion of the Zaino dev grant milestone 2
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Task 2.2.4: Add TLS Certification to gRPC server.
3 participants