From 9f36632509078d65d1229828237f64e876ffd48f Mon Sep 17 00:00:00 2001 From: sinavir Date: Mon, 22 Jul 2024 15:09:10 +0200 Subject: feat(tvix/store): Add a signing PathInfoService - Add a new PathInfoService implementation that wraps transparently around another except that it dynamically signs all the incoming path-infos with the provided signer. - Add a ServiceBuilder for this PathInfoService that provides a SigningPathInfoService with a keyfile signer Change-Id: I845ddfdf01d14c503c796b2b80c720dab98be091 Reviewed-on: https://cl.tvl.fyi/c/depot/+/12032 Reviewed-by: flokli Autosubmit: sinavir Tested-by: BuildkiteCI --- tvix/Cargo.lock | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tvix/Cargo.lock') diff --git a/tvix/Cargo.lock b/tvix/Cargo.lock index 96562e9f2f7a..19adc7bfe2a2 100644 --- a/tvix/Cargo.lock +++ b/tvix/Cargo.lock @@ -4696,6 +4696,8 @@ dependencies = [ "clap", "count-write", "data-encoding", + "ed25519", + "ed25519-dalek", "futures", "hyper-util", "lazy_static", -- cgit 1.4.1