Skip to content

Commit

Permalink
Handle countersigning signals and update metrics + dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ThetaSinner committed Oct 10, 2024
1 parent 34a20d7 commit 22af519
Show file tree
Hide file tree
Showing 4 changed files with 167 additions and 115 deletions.
10 changes: 9 additions & 1 deletion conductor-config-ci.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
danger_generate_throwaway_device_seed: true
dpki:
dna_path: ~
no_dpki: true
network_seed: wind-tunnel-test
allow_throwaway_random_dpki_agent_key: true
no_dpki: false
network:
network_type: quic_bootstrap
transport_pool:
- type: webrtc
signal_url: "ws://localhost:4423"
bootstrap_service: "http://localhost:4422"
tuning_params:
countersigning_resolution_retry_delay:
secs: 10
nanos: 0
countersigning_resolution_retry_limit: 5
11 changes: 11 additions & 0 deletions conductor-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
danger_generate_throwaway_device_seed: true
dpki:
dna_path: ~
network_seed: wind-tunnel-test
allow_throwaway_random_dpki_agent_key: true
no_dpki: false
network:
network_type: quic_bootstrap
transport_pool:
- type: webrtc
signal_url: "wss://sbd.holo.host"
bootstrap_service: "https://bootstrap.holo.host"
tuning_params:
countersigning_resolution_retry_delay:
secs: 10
nanos: 0
countersigning_resolution_retry_limit: 5
2 changes: 1 addition & 1 deletion influx/templates/dashboards/countersigning.json

Large diffs are not rendered by default.

Loading

0 comments on commit 22af519

Please sign in to comment.