You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I did some digging into this issue, and it appears to be a core issue in Go (golang/go#4759). Go's filepath.Walk function does not follow symlinks because it's difficult to get correct and avoid infinite loops.
I spent some time thinking (and playing with potential fixes), and I think we should take a hint from the core team here (who are much smarter than me). There doesn't seem to be a good and safe way to follow directory symlinks. I'm going to update the documentation to make this clearer.
when having a -config directory to scan recursively, consul-template seem to error out on symlinks
I'm getting the following error
a
ls
a
ls
on the symlinkit works perfectly if i remove the symlink and move the folders inside the directory
command executed:
The text was updated successfully, but these errors were encountered: