Is there a good way to keep the prisma 1.34 service secret from ever becoming an environment variable but still import it into the prisma.yml?
Has anyone used any nifty tricks.
The prisma 1.34 docs suggest using environment variables to pass the secret to the prisma.yml but that has obvious security concerns.
I’d love to know if anyone has anything they’ve done to bypass this security limitation.