I will present the scenario: We developed a plugin that performs queries in our Azure account. This guy obviously needs credentials to carry out this process.
Our difficulty lies in: passing, through an environment variable, these credentials to be consumed by the plugin. Any documentation that can support us in this process? Or, someone who has already carried out similar development that can report how it proceeded?
We inject the variables into the Kubernets cluster, but we would like them to be consumed even in the development environment.