Skip to content

feat: add schema for key rotation #14662

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Sep 17, 2024
Prev Previous commit
Next Next commit
fixture
  • Loading branch information
sreya committed Sep 13, 2024
commit c91309177c8e687777bdbc88c58341b7327a908a
Original file line number Diff line number Diff line change
@@ -0,0 +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');
Loading