Azure / kubernetes-keyvault-flexvol

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

Support for accessing keyvault using cluster service principal #101

Closed jagpreetstamber closed 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.

ritazh commented 5 years ago

Closing dup of #100