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
Note: The above link is accessible only to members of ASF.
HyP3 SDK v6.2.0 introduced a query to the /user endpoint when creating a new HyP3 object, so that unapproved users receive a warning message. Unfortunately, this has had some unintended consequences, including:
This feature was probably of limited value to begin with, and is currently serving no purpose because we haven't enabled user whitelisting in HyP3. We should consider adding an option to bypass this check when creating a HyP3 object, or revert the new feature altogether if we don't foresee it ever adding much value.
The text was updated successfully, but these errors were encountered:
Jira: https://asfdaac.atlassian.net/browse/TOOL-2909
Note: The above link is accessible only to members of ASF.
HyP3 SDK v6.2.0 introduced a query to the
/user
endpoint when creating a newHyP3
object, so that unapproved users receive a warning message. Unfortunately, this has had some unintended consequences, including:ServerError
from HyP3 constructor for users with many past jobs #280This feature was probably of limited value to begin with, and is currently serving no purpose because we haven't enabled user whitelisting in HyP3. We should consider adding an option to bypass this check when creating a
HyP3
object, or revert the new feature altogether if we don't foresee it ever adding much value.The text was updated successfully, but these errors were encountered: