Keep your keys and secrets, well, secret — Nowadays, when building applications, we tend to store various application secrets like passwords, API keys, access keys, SSL certificates, and other confidential secrets in order to be able to communicate to various components of the applications. Storing these types of data securely is a challenge, as we want our application…