All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Adds complete media storage pipeline with GCS presigned uploads, AI image/video/text generation via queue-based workers, realtime SSE event streaming, and comprehensive skeleton packages (storage, mediagen, textgen, generation, realtime, persona, routing, ai-client). Includes security fixes for media delete authorization, nil pointer guards in handlers, video persistence via download-then-upload, consistent signed URLs, and Image→ImageIcon rename to avoid DOM collision. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
12 lines
357 B
Plaintext
12 lines
357 B
Plaintext
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: citadel-agent
|
|
namespace: observability
|
|
type: Opaque
|
|
stringData:
|
|
# API key for Citadel (get from: citadel api-key create --name "rdev-agent" --environment live)
|
|
api-key: "ck_live_REPLACE_ME"
|
|
# Tenant ID for rdev-platform environment (get from: citadel env create rdev-platform)
|
|
tenant-id: "REPLACE_ME"
|