In today's tutorial, Sebastian shows you how to use vault_get_secret, the function we have released on our GitHub page last week. vault_get_secret helps you extract keys from the Azure key vault.
The key vault is based on three pillars: key management, secret management and certificate management. We mainly use it for the secret management, where we store tokens, passwords, API keys and so on. Since we need to access these, we wrote a function called vault_get_secret that helps us no longer store the secrets in our code, but rather access them through the function. This is a more secure way of working, and we have to worry less about who has access to the code.
AIO on GitHub is our open source project for the supply chain community, offering supply chain data science tools to support supply chain scientists in their work.
Curious? Check out this page.