We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In order to enable proper remote signing of content we need the following things:
SignatureService
JWSSigner
JWSVerifier
hashicorp vault, default services
make remote signing usable, plug it into JWT generation and validation.
Please @-mention the committer that will sponsor your feature.
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered:
paullatzelsperger
No branches or pull requests
Feature Request
In order to enable proper remote signing of content we need the following things:
SignatureService
, that will perform signing locally by pulling keys from the defaultJWSSigner
and aJWSVerifier
implementation, which delegate signing to theSignatureService
Which Areas Would Be Affected?
hashicorp vault, default services
Why Is the Feature Desired?
make remote signing usable, plug it into JWT generation and validation.
Who will sponsor this feature?
Please @-mention the committer that will sponsor your feature.
Solution Proposal
If possible, provide a (brief!) solution proposal.
The text was updated successfully, but these errors were encountered: