Domo Jupyter - Account without "Allow Authorize users to access unencrypted credentials" not checked

A great feature to allow control over if an account can be accessed as plain text in Jupyter could use come improved clarity in the endpoints response.

However because this feature is inside the "show advanced options" it's not necessarily obvious what's occurring here.

An endpoint in the Python module domojupyter being called by get_account_property_value returns a general 404 error when the account in fact exists and is linked in. Typically I associate this with an account that hasn't been added to the Jupyter workspace but this also occurs if you haven't checked the advanced option in the connector "Allow authorized users to access unencrypted credentials"

I suggest either updating the Domo Jupyter interface where the account to check and warn if the attached account does not have this advanced option checked or updating the endpoint itself to return a more specific error in the case where the account does exist but can't be access because of this setting isn't toggled or both.

Tagged:
1
1 votes