Setting a secret in JSON format

Hey @fdeage, I typically run the GCP credentials json file through base64 before setting it as a secret and in my application, I’ll decode it as base64 before using it.

I think the CLI also has a flag for setting a secret from a file.

2 Likes