vmware-archive / kops

Kubernetes Operations (kops) - Production Grade K8s Installation, Upgrades, and Management
Apache License 2.0
3 stars 3 forks source link

Credentials passed in plain text to master and worker nodes #42

Open prashima opened 7 years ago

prashima commented 7 years ago

Nodeup and protokube code for vSphere currently needs S3 or Minio credentials set as environment variables. These credentials are available in plain text format on the master and worker nodes. This is a security concern and we would like to get rid of storing credentials in plain text on any of the nodes.

prashima commented 7 years ago

This problem also includes VC credentials along with Object-store(S3 or Minio).

fabulous-gopher commented 7 years ago

This issue was moved to kubernetes/kops#2743