Skip to content

Commit

Permalink
Merge pull request #859 from kbrock/host_validation
Browse files Browse the repository at this point in the history
make default credentials verify ws
  • Loading branch information
agrare authored Mar 1, 2023
2 parents b039182 + 7006e8b commit 4bfc30c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,10 @@ def verify_credentials_with_ws(auth_type = nil)
end
end

def verify_credentials_default(auth_type, _options)
verify_credentials_with_ws(auth_type)
end

def refresh_logs
if self.missing_credentials?
_log.warn "No credentials defined for Host [#{name}]"
Expand Down

0 comments on commit 4bfc30c

Please sign in to comment.