Registry example - #52
Merged
Merged
Conversation
That field does not exist in the spec anymore. This is being removed.
Add a short method parsing registry. It also adds test vectors.
The verification worker now provides a registry on /test-registry.txt. Caddy plugin has been updated to support fetching registries, and the signature agent in them. This is basic, and breaks the old model where caddy could import a directory directly. Running the example locally is cumbersome as, beyond chrome extension, there is no good tool to generate an RFC9421 signed request. That's something to do later on. I ran the example by generating a signature with the "scheduled" script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implementation of the registry draft
It removes the purpose field which is no longer in use.
Add registry parsing to web-bot-auth in typescript, with test vectors
And it updates caddy to support importing keys from a registry.
The commit is against a new branch, as this is likely going to evolve.