jenkinsci / kubernetes-cd-plugin

A Jenkins plugin to deploy to Kubernetes cluster
MIT License
139 stars 70 forks source link

config should not be a credential #124

Open jtnord opened 4 years ago

jtnord commented 4 years ago

kubeconfig is not a credential and should not be stored as a credential.

it is a config file and should be managed by the config file provider. secretes such as certificates or passwords can and should be stored as credentials and the config file provider can replace these. for example see how it works with maven config files and server secretes.