Use Azure federated identity with Kasten in Openshift
When Kasten need to interact with a cloud provider API as Azure we have 2 approaches. One approach is to store the credential of a service principal in a secret but another one is to use federated identity. Federated identity avoid storing credential in a secret and bring much better security. Let's see how it works.