Azure / kubernetes-keyvault-flexvol

Azure keyvault integration with Kubernetes via a Flex Volume
MIT License
253 stars 84 forks source link

Support service principal used by the cluster #100

Open jagpreetstamber opened 5 years ago

jagpreetstamber commented 5 years ago

In current version we have to create a secret for service principal which would be used to access the keyvault. As we require a service principal to be created before cluster creation and kubernetes already has that service principal there should be an option to it instead of creating a new service principal.