Azure / ACS

Azure Container Service - Bug Tracker + Announcements
65 stars 27 forks source link

Kubernetes secrets in Azure Key Vault #35

Open jamesbannan opened 7 years ago

jamesbannan commented 7 years ago

Hi all,

Is it possible to create/store a Kubernetes secret in Azure Key Vault, so that when you do a container deployment, the Kubernetes Master is able to query the Key Vault service for the secret value and use it in the deployment?

Thanks,. James

rahulkhengare commented 7 years ago

Exactly in the same situation, Any updates on this?

weinong commented 7 years ago

https://github.com/kubernetes/features/issues/370 it's slated for 1.9

phatcher commented 6 years ago

It was pulled from 1.9 but has been achieved via kms integration https://github.com/Azure/kubernetes-kms

ritazh commented 6 years ago

Just to clarify, https://github.com/Azure/kubernetes-kms provides encryption of etcd secrets, not a store for k8s secrets.

twem commented 6 years ago

Any update?