Stigin
Stigin
Explore posts from servers
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
thanks.
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Yep fine.
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Can't you use on sveltekit / pages - just going on whats in the docs for sveltekit - https://kit.svelte.dev/docs/adapter-cloudflare
"export async function POST({ request, platform }) {
const x = platform.env.YOUR_DURABLE_OBJECT_NAMESPACE.idFromName('x');
}"
"export async function POST({ request, platform }) {
const x = platform.env.YOUR_DURABLE_OBJECT_NAMESPACE.idFromName('x');
}"
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Or is cron exposed to sveltkit via platform env?
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
I'm using built in API routes into sveltekit.
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Is the best approach here a durable worker with an alarm?
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Cron from sveltekit?
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
I had one other question if you don't mind as well.
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Thanks Chaika
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
So that looks fine just would need to watch out for the Access to KV via cloudflare dashboard as the value is not hidden
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
🤔
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
I guess I could encrypt the private key with a key in the environment variables
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
KV secure enough to put a private key?
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
I need to store private keys on the fly.
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
any other options we have currently?
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
bugger
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Does this require a redeployment for the secret to become active?
28 replies
CDCloudflare Developers
Created by Stigin on 7/10/2024 in #pages-help
Is there a PUT Secret API call for cloudflare for Pages?
Perfect thanks @Chaika - couldn't see this for looking!
28 replies
CDCloudflare Developers
Created by stibbs on 5/6/2024 in #pages-help
Are environment variables available at build or only runtime?
How are people handling CRON requirements?
52 replies