specify selective disclosure and anchor policy
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 5s
CodeQL / Analyze Rust (push) Failing after 4s
Security / RustSec cargo-audit (push) Failing after 5s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
Some checks failed
CI / fmt, clippy, docs (push) Failing after 5s
CI / test (ubuntu-latest) (push) Failing after 5s
CI / iroh integration smoke tests (push) Failing after 5s
CodeQL / Analyze Rust (push) Failing after 4s
Security / RustSec cargo-audit (push) Failing after 5s
CI / test (macos-latest) (push) Has been cancelled
CI / test (windows-latest) (push) Has been cancelled
This commit is contained in:
parent
492a37c020
commit
76eb785ee2
11 changed files with 834 additions and 387 deletions
|
|
@ -4113,7 +4113,10 @@ fn print_response(response: ControlResponse, output: OutputMode) -> Result<()> {
|
|||
devices,
|
||||
disclosed_profiles,
|
||||
incomplete_profiles,
|
||||
anchor_threshold,
|
||||
anchor_attester_threshold,
|
||||
anchor_backend_threshold,
|
||||
required_anchor_backends,
|
||||
required_anchor_classes,
|
||||
note,
|
||||
} => {
|
||||
println!("sigchain: {}", input.display());
|
||||
|
|
@ -4124,7 +4127,10 @@ fn print_response(response: ControlResponse, output: OutputMode) -> Result<()> {
|
|||
println!("devices: {devices}");
|
||||
println!("disclosed_profiles: {disclosed_profiles}");
|
||||
println!("incomplete_profiles: {incomplete_profiles}");
|
||||
println!("anchor_threshold: {anchor_threshold}");
|
||||
println!("anchor_attester_threshold: {anchor_attester_threshold}");
|
||||
println!("anchor_backend_threshold: {anchor_backend_threshold}");
|
||||
println!("required_anchor_backends: {required_anchor_backends}");
|
||||
println!("required_anchor_classes: {required_anchor_classes}");
|
||||
eprintln!("note: {note}");
|
||||
}
|
||||
ControlResponse::KeychainExplained { subject, lines } => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue