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

EAAS #30

Draft
wants to merge 12 commits into
base: master
Choose a base branch
from
Draft

EAAS #30

wants to merge 12 commits into from

Conversation

icedream
Copy link
Owner

@icedream icedream commented Mar 15, 2024

  • Implement EAAS discovery
  • Extract protobuf defs and generate Go code for network trust service
  • Extract protobuf defs and generate Go code for engine library service
  • Implement working test implementation of network trust service
  • Implement working test implementation of engine library service
  • Write a working command line tool to emulate a remote engine library

@icedream icedream self-assigned this Mar 15, 2024
@icedream icedream changed the title EAAS WIP: EAAS Mar 15, 2024
@icedream icedream force-pushed the eaas branch 3 times, most recently from af69252 to e9e10b4 Compare March 15, 2024 15:52
Certain core library features such as atomic int64, any, tls
NetConn and other minute detail things that our dependencies
now rely on are entirely missing from older Go version. Since I do
not like to run downgrades, drop the older Go versions instead.
This is mainly so we can keep supporting Go < 1.22 which is still
a tiny bit too new for me to assume as default for every Go dev.
However, I would love to drop this dependency once we have
moved on in the future.
@icedream icedream force-pushed the eaas branch 3 times, most recently from 47cca64 to 8492939 Compare March 17, 2024 05:10
@icedream
Copy link
Owner Author

Got a working example for a server implementation.

Posted demo video @ https://discord.com/channels/723028165118787684/1015278286852603964/1218785318040371212.

@icedream icedream force-pushed the eaas branch 2 times, most recently from ba2e9b9 to 671e003 Compare March 17, 2024 05:49
Will probably squash or split this into proper commits later.
We have to use a longer path to find the correct IP to report gRPC
on: Go through all interface nets and find the one where the
source can be expected to sit in.

This may actually be closer to the original software's behavior
since we only get one reply with the most fitting IP back instead
of multiple responses per interface reached.
@icedream icedream changed the title WIP: EAAS EAAS Jul 11, 2024
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.

1 participant