Environment Variables / Secrets
I'm sure the word "secret" is obvious, but just wanted a definite answer as I couldn't seem to find it in the docs. Are they both encrypted at rest and in transit?
Solution:Jump to solution
yes, when you save the variable it's sent encrypted via https, and saved encrypted on the server, and then decrypted and sent via https only when accessed
5 Replies
Project ID:
cb72d8ae-4eb0-4bc1-a24b-dcf82703ca2a
cb72d8ae-4eb0-4bc1-a24b-dcf82703ca2a
Solution
yes, when you save the variable it's sent encrypted via https, and saved encrypted on the server, and then decrypted and sent via https only when accessed
Awesome, thanks!
no prob!