ceph-csi/deploy/rbd/helm/templates
ShyamsundarR bd204d7d45 Use --keyfile option to pass keys to all Ceph CLIs
Every Ceph CLI that is invoked at present passes the key via the
--key option, and hence is exposed to key being displayed on
the host using a ps command or such means.

This commit addresses this issue by stashing the key in a tmp
file, which is again created on a tmpfs (or empty dir backed by
memory). Further using such tmp files as arguments to the --keyfile
option for every CLI that is invoked.

This prevents the key from being visible as part of the argument list
of the invoked program on the system.

Fixes: #318

Signed-off-by: ShyamsundarR <srangana@redhat.com>
2019-07-25 12:46:15 +00:00
..
_helpers.tpl update rbd helm chats to deploy attacher as sidecar container in provisioner pod 2019-04-04 11:11:29 +05:30
csidriver-crd.yaml Add csidriver CRD 2019-04-04 11:11:29 +05:30
csiplugin-configmap.yaml Removed config maps and replaced with rados omaps 2019-05-19 12:29:33 +00:00
nodeplugin-clusterrole.yaml deploy: Use aggregated ClusterRoles 2019-04-17 11:15:08 +05:30
nodeplugin-clusterrolebinding.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
nodeplugin-daemonset.yaml Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00
nodeplugin-rules-clusterrole.yaml deploy: Use aggregated ClusterRoles 2019-04-17 11:15:08 +05:30
nodeplugin-serviceaccount.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
NOTES.txt Fix identified issues 2019-02-08 12:16:30 +00:00
provisioner-clusterrole.yaml deploy: Use aggregated ClusterRoles 2019-04-17 11:15:08 +05:30
provisioner-clusterrolebinding.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
provisioner-role.yaml Revert "Use Deployment with leader election instead of StatefulSet" 2019-06-14 13:39:03 +00:00
provisioner-rolebinding.yaml Update the helm chart for csi 1.0 2019-01-18 17:06:32 -08:00
provisioner-rules-clusterrole.yaml deploy: Use aggregated ClusterRoles 2019-04-17 11:15:08 +05:30
provisioner-service.yaml Revert "Use Deployment with leader election instead of StatefulSet" 2019-06-14 13:39:03 +00:00
provisioner-serviceaccount.yaml Added Helm chart for RBD plugin 2019-01-14 20:15:09 +00:00
provisioner-statefulset.yaml Use --keyfile option to pass keys to all Ceph CLIs 2019-07-25 12:46:15 +00:00