Back to having an issue protecting the cluster wit...
# prisma-whats-new
c
Back to having an issue protecting the cluster with a public/private key:
Authentication token is invalid: Token can't be decoded: Illegal base64 character 22
My public looks like this:
Copy code
CLUSTER_PUBLIC_KEY="-----BEGIN PUBLIC KEY-----\r\nasdf\r\n-----END PUBLIC KEY-----\r\n"
h
you have to inline it into docker compose
there's an issue with .env
c
@harmony is this documented?
can confirm it works inline