-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Monolithic Control Service POC (#3590)
This commit introduces a monolithic control service server which aggregates BS, CS, and PS services functionality. The monolith removes the need for several intra-AS RPC calls (e.g., a BS no longer needs to push crypto and segments to the CS and PS) and removes the need for multiple database instances. The current implementation is just a POC, and is inefficient. Some calls from the monolithic process go via the SCION RPC mechanism to itself, and the Certificate Service modules within the monolith still use the local SCIOND for paths even though that SCIOND goes back to the Path Service modules in the same monolith. These should be fixed in future work. The Go Dispatcher is patched to support applications binding to a wildcard SVC. Traffic for BS, CS, and PS is delivered to the wildcard SVC. This is not a valid wire SVC address, and is only locally relevant on a host supporting the monolithic control service. Also includes generator support for the monolithic control service and a CI end2end test.
- Loading branch information
Showing
174 changed files
with
2,043 additions
and
583 deletions.
There are no files selected for viewing
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
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
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
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
Oops, something went wrong.