Skip to content
Prev Previous commit
Next Next commit
fix: update crypto key for peer resume feature
  • Loading branch information
sreya committed Sep 15, 2024
commit 5b68b1e66c3c78ccf9a375217ef337f376ead42b
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INSERT INTO crypto_keys (feature, sequence, starts_at, secret) VALUES
('workspace_apps', 1, now(), 'abc'),
('oidc_convert', 1, now(), 'def'),
('peer_reconnect', 1, now(), 'ghi');
('tailnet_resume', 1, now(), 'ghi');
Loading