Skip to content

exvertus/image-automation

Repository files navigation

Image Automation

Cloud Function automated tasks for processing high-res images.

One-time setup steps

SERVICE_ACCOUNT="$(gsutil kms serviceaccount -p PROJECT_ID)"

gcloud projects add-iam-policy-binding PROJECT_ID \
    --member="serviceAccount:${SERVICE_ACCOUNT}" \
    --role='roles/pubsub.publisher'
  • also give deploying service account service admin/agent roles for each cloud API used in the deployment:
    • Artifact Registry
    • Cloud Build
    • Cloud Functions
    • Container Registry
    • Pub/Sub Publisher

About

Post-DB automation for my portfolio of drawings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages