-
Notifications
You must be signed in to change notification settings - Fork 6
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
icedream
wants to merge
12
commits into
master
Choose a base branch
from
eaas
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Owner
icedream
commented
Mar 15, 2024
•
edited
Loading
edited
- 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
force-pushed
the
eaas
branch
3 times, most recently
from
March 15, 2024 15:52
af69252
to
e9e10b4
Compare
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
force-pushed
the
eaas
branch
3 times, most recently
from
March 17, 2024 05:10
47cca64
to
8492939
Compare
Got a working example for a server implementation. Posted demo video @ https://discord.com/channels/723028165118787684/1015278286852603964/1218785318040371212. |
icedream
force-pushed
the
eaas
branch
2 times, most recently
from
March 17, 2024 05:49
ba2e9b9
to
671e003
Compare
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.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.