Keeping and managing environment variables(secrets, API keys, certificates, etc) has for long been a subject of debate amongst experts. From storage in .env files to managed git environment to the usages of third-party storage platforms. All in a bid to secure an application from external threats. In this article, we…