Closed
Description
cybr conjur logon -b ... -a ... -l ...
Enter password:
Replace ~/.conjurrc file [y]: n
2021/03/09 09:59:14 open C:\Users\[USERNAME]/.conjurrc: The system cannot find the file specified.
Looks like it might be tied to https://github.com/infamousjoeg/cybr-cli/blob/main/pkg/cybr/conjur/netrc.go#L24 and the fact that it's not including a call to filepath.FromSlash(...)
, though you could also put a normalizing call to it right before https://github.com/infamousjoeg/cybr-cli/blob/main/pkg/cybr/conjur/conjurrc.go#L111.