Plans to integrate with Cloudflare Secrets Store via SvelteKit Adapter? #14841
Unanswered
danawoodman
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Are there plans to eventually integrate with Cloudflare's new (beta) Secrets Store via the
wrangler.jsoncbindings?Would be great if those were read and perhaps the local values are automatically populated via the
.envfile? There would need to be some work in the adapter to actually read the values via the bindings{ "main": "./src/index.js", "secrets_store_secrets": [ { "binding": "<BINDING_VARIABLE>", "store_id": "<STORE_ID>", "secret_name": "<MY_SECRET_NAME>" } ] }Beta Was this translation helpful? Give feedback.
All reactions