Azure / kubernetes-keyvault-flexvol

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

Bug165 #166

Closed jeffloyd closed 4 years ago

jeffloyd commented 4 years ago

Reason for Change:

Changes the dockerfile to build an image using the principle of least privilege.

Issue Fixed:

Fixes #165

ritazh commented 4 years ago

Thanks for the PR @jeffloyd

Unfortunately this PR won't work as the solution requires permission to create a new directory for the volume plugin on the host. https://github.com/kubernetes/community/issues/4171#issuecomment-547182573 Closing this PR for now. Please reopen if you have questions.