Update task task-058
This commit is contained in:
parent
a598991ac4
commit
01a4a84fc6
|
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
id: task-058
|
id: task-058
|
||||||
title: Set FAL_API_KEY and RUNPOD_API_KEY secrets in Cloudflare Worker
|
title: Set FAL_API_KEY and RUNPOD_API_KEY secrets in Cloudflare Worker
|
||||||
status: To Do
|
status: Done
|
||||||
assignee: []
|
assignee: []
|
||||||
created_date: '2025-12-25 23:30'
|
created_date: '2025-12-25 23:30'
|
||||||
|
updated_date: '2025-12-25 23:33'
|
||||||
labels:
|
labels:
|
||||||
- security
|
- security
|
||||||
- infrastructure
|
- infrastructure
|
||||||
|
|
@ -32,8 +33,14 @@ wrangler deploy
|
||||||
|
|
||||||
## Acceptance Criteria
|
## Acceptance Criteria
|
||||||
<!-- AC:BEGIN -->
|
<!-- AC:BEGIN -->
|
||||||
- [ ] #1 FAL_API_KEY secret set in Cloudflare Worker
|
- [x] #1 FAL_API_KEY secret set in Cloudflare Worker
|
||||||
- [ ] #2 RUNPOD_API_KEY secret set in Cloudflare Worker
|
- [x] #2 RUNPOD_API_KEY secret set in Cloudflare Worker
|
||||||
- [ ] #3 Worker deployed with new secrets
|
- [x] #3 Worker deployed with new secrets
|
||||||
- [ ] #4 Browser console no longer shows 'fal credentials exposed' warning
|
- [x] #4 Browser console no longer shows 'fal credentials exposed' warning
|
||||||
<!-- AC:END -->
|
<!-- AC:END -->
|
||||||
|
|
||||||
|
## Implementation Notes
|
||||||
|
|
||||||
|
<!-- SECTION:NOTES:BEGIN -->
|
||||||
|
Secrets set and deployed on 2025-12-25
|
||||||
|
<!-- SECTION:NOTES:END -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue