Skip to content

Don't try to process .netrc file if username and password are both provided to LVAlertClient

Tanner Prestegard requested to merge tanner.prestegard/lvalert:master into master

If a username and password are provided to instantiate LVAlertClient, it fails if either:

  • A .netrc file does not exist
  • The user does not have permission to access the .netrc file.

But we probably don't need to even touch the .netrc file if the user provides the credentials directly.

Merge request reports