-
Notifications
You must be signed in to change notification settings - Fork 32
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
feat(signer)!: add proxy keys #39
Merged
Merged
Commits on Jul 26, 2024
-
- add `generate_proxy_keys` endpoint to the Signer API. Modify the signer client accordingly. - add a `.dockerignore` file - remove the need for modules to provide their id in requests. A module's JWT is now solely sufficient to identify the module. * `SigningService` now contains jwt <-> module_id in a bidirectional hashmap - add authentication middleware to the signer service instead of manual auth in the handlers - introduce `ModuleId` and `Jwt` wrapper types around strings to improve semantics (useful after a couple of mishaps with key <-> value directions across the different maps) * see `common::types` - add example proxy key generation request in `da_commit` module - small misc changes - small reformatting
Configuration menu - View commit details
-
Copy full SHA for 78d53ed - Browse repository at this point
Copy the full SHA 78d53edView commit details
Commits on Aug 5, 2024
-
Merge branch 'main' into feat/proxy-keys
* make `crates::common::signature::random_secret()` infallible * fix flaky test
Configuration menu - View commit details
-
Copy full SHA for 99c8d25 - Browse repository at this point
Copy the full SHA 99c8d25View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa24af2 - Browse repository at this point
Copy the full SHA fa24af2View commit details -
chore(signer): remove
SignerModuleError::UnknownModuleId
not needed anymore since JWTs now uniquely identify the module
Configuration menu - View commit details
-
Copy full SHA for 6c53f23 - Browse repository at this point
Copy the full SHA 6c53f23View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a54b47 - Browse repository at this point
Copy the full SHA 0a54b47View commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for de518d5 - Browse repository at this point
Copy the full SHA de518d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66aef60 - Browse repository at this point
Copy the full SHA 66aef60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fe2619 - Browse repository at this point
Copy the full SHA 8fe2619View commit details -
Configuration menu - View commit details
-
Copy full SHA for 047239b - Browse repository at this point
Copy the full SHA 047239bView commit details
Commits on Aug 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab2377f - Browse repository at this point
Copy the full SHA ab2377fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a0a59 - Browse repository at this point
Copy the full SHA 45a0a59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35cd9a4 - Browse repository at this point
Copy the full SHA 35cd9a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17a2c60 - Browse repository at this point
Copy the full SHA 17a2c60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0797107 - Browse repository at this point
Copy the full SHA 0797107View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b9078 - Browse repository at this point
Copy the full SHA f0b9078View commit details -
Configuration menu - View commit details
-
Copy full SHA for db4308e - Browse repository at this point
Copy the full SHA db4308eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 584d662 - Browse repository at this point
Copy the full SHA 584d662View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.