i've deployed my own prisma server using docker. I...
# orm-help
j
i've deployed my own prisma server using docker. I'm using the PRISMA_MANAGEMENT_API_SECRET env, but whenever I access my prisma server on port 4466, even when I'm logged out, I can see all my data, which is not good. How do I fix this for production?
does it have to be served over https for it to use the management api secret?
r
Hey @jt 👋 I think service secret is the one that you're looking for. You can read more about that here. This will help you protect your queries from unauthenticated requests.