did anything happen to the Prisma cloud authentication? Previously working login from CI is now failing
l
Loic
09/04/2018, 10:17 PM
This happens to me every now and then. I have a feeling that the token expires after x number of days. The way I usually fix it is by logging in with the CLI on my local machine (which opens the browser for authentication) and copy the new token to my CI env vars. I hope that helps!