Files
Jonathan Porta 785c514970 Handle symlinks to default application credentials
When using Kubernetes 1.3 secrets with Node.js the secret volume can be
a symbolic link to the credentials file. Previously, this would throw an
error due to the assertion of lstat.isFile(). This patch adds real path
resolution prior to asserting that filePath points to valid file.
2016-08-04 14:32:44 -06:00

Symbolic link
1 line
14 B
Plaintext