Ive deployed my Prisma service following the Farga...
# orm-help
j
Ive deployed my Prisma service following the Fargate tutorial. It’s worked but my service is completely open, anyone can read / write data. How do I now secure it so only my API server can interact with it?
n
using the
secret
property in
prisma.yml
j
👍