- changing the file permissions on the secrets
This commit is contained in:
parent
7e9330aec0
commit
fcd608cd6d
|
@ -165,5 +165,5 @@ func writeFile(filename string, content []byte) error {
|
||||||
}
|
}
|
||||||
glog.V(3).Infof("saving the file: %s", filename)
|
glog.V(3).Infof("saving the file: %s", filename)
|
||||||
|
|
||||||
return ioutil.WriteFile(filename, content, 0660)
|
return ioutil.WriteFile(filename, content, 0664)
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue