workerd icon indicating copy to clipboard operation
workerd copied to clipboard

Initial implementation of Secret Store CryptoKey binding

Open jasnell opened this issue 2 years ago • 0 comments

This is an initial proof-of-concept implementation of a secret store CryptoKey binding.

// To run the server:
bazel run //src/workerd/server:workerd -- serve samples/secret-store/config.capnp --experimental --verbose --watch

See the samples/secret-store to see how to set it up.

// To test
curl localhost:8080

jasnell avatar Nov 20 '23 18:11 jasnell