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
If a directory containing certificates to monitor also contains a symbolic link to a directory, when scanning for certificates the symbolic link to the directory is treated as if it is a file with a certificate to be loaded.
This is a problem if you use a kubernetes secret volume mount as a source of certificates to scan due to a symbolic link to a directory inside the volume mount named ..data.
I am raising this issue just so I can reference it with my proposed fix PR.