ceph-csi/internal
Niels de Vos 30dc83c3bb util: create ceph.conf with 0600 permissions
The generated ceph.conf does not need readable by the group, there is
only one (system) user consuming the configurations file.

This addresses the following gosec warning:

    [/go/src/github.com/ceph/ceph-csi/internal/util/cephconf.go:52] - G306 (CWE-): Expect WriteFile permissions to be 0600 or less (Confidence: HIGH, Severity: MEDIUM)
      > ioutil.WriteFile(CephConfigPath, cephConfig, 0640)

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2020-07-01 05:56:32 +00:00
..
cephfs cephfs: do chmod on stagingpath 2020-06-30 17:43:41 +00:00
csi-common rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
journal journal: do not return errors from remove omap func if omap missing 2020-06-22 15:41:00 +00:00
liveness cleanup: move pkg/ to internal/ 2020-04-23 11:00:59 +00:00
rbd rbd: Add support for rbd ROX PVC mounting 2020-06-22 06:15:40 +00:00
util util: create ceph.conf with 0600 permissions 2020-07-01 05:56:32 +00:00