-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fix #119: Fetch and archive google json web keys set pair #137
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: sukhman <[email protected]>
8da71d9
to
4090492
Compare
How do these display in the front end when I search? And is the timestamp getting passed to witness? |
Sure, |
Please fork a branch on main repo and make a new PR, as it will then deploy a preview for that. Please also add the frontend features at the same time as this PR, as well as a test! |
The more important part of this issue is that we need to update keys every 5 minutes or so, so a cronjob script is a critical part of the backend deployment here. |
This PR introduces a model to store JSON Web Key Sets (JWK Sets) and X.509 certificates, along with a timestamp indicating the last update.
It also exposes two API endpoints for managing the key sets: