What is the difference between the Prisma Secret a...
# orm-help
h
What is the difference between the Prisma Secret and Prisma Management Api Secret? If any?
n
Hey @halborg, this part in the new docs might help to disambiguate the two: https://docs-beta.prisma.io/1.13/use-prisma-api/api-reference/authentication-ghd4/#overview
Please let me know if there are still any questions open after reading this so we can further improve the documentation around it!
h
Thanks @nikolasburk 🙂 So the
secret
and the token from
prisma token
can be used to interact with the Prisma API on the server, whereas the
managementApiSecret
and
prisma cluster-token
(or whatever it becomes) can be used to BOTH access the Prisma API as well as the
/management
endpoint, correct?
Or, in other words, the
managementApiSecret
is for the server, and
secret
is for the instance?