-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!(iroh-net): remove relay secret key (#2847)
The `secret_key` configuration of the relay server was actually dead code at this point, this removes it from the config and all associated dead code. This also removes the need to write to the config file of the `iroh-relay`, making deployments easier to secure. ## Breaking Changes - removed - the `secret_key` property of the `iroh-relay` config - `iroh_net::relay::server::ServerActorTask::secret_key` - `iroh_net::relay::server::ServerActorTask::public_key` - `iroh_net::relay::server::ServerActorTask::meta_cert` - field `secret_key` in `iroh_net::relay::server::RelayConfig` - changed - `iroh_net::relay::server::ServerActorTask::new` now takes no arguments Closes #2845
- Loading branch information
1 parent
8f75005
commit 17f30b1
Showing
7 changed files
with
40 additions
and
222 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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.