update authorizer warning message
Opened this issue · 1 comments
ascourtas commented
This warning comes up when an authorizer is not defined properly in dlhub (ie if it's None
). This message swallows the stack trace, making it challenging for a user to debug. Update to outright fail.
This warning can be triggered if the user does not supply an argument for sl_authorizer
, which results in improper login flow (and will kill tests in GHA).
ericblau commented
Per slack conversation w/ Ari: this should outright fail; failure of the user to pass in a required parameter when initializing DLHub is an important failure case