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
When I tried to do snews_pt test-connection --no-firedrill without the permissions to access the topic, I get this error message
ValueError: topic snews.connection-testing does not exist on the broker, so can't subscribe
Expected behaviour
As a user I expect an error to tell about the missing access right to the topic (which is client problem), not the missing topic (which is the server problem).
Steps to reproduce
Create a new scimma login, and new credentials for it
Run hop auth add with the new credentials
Don't add the snews topics to the credential.
Run snews_pt test-connection --no-firedrill
The text was updated successfully, but these errors were encountered:
Observed behaviour
When I tried to do
snews_pt test-connection --no-firedrill
without the permissions to access the topic, I get this error messageExpected behaviour
As a user I expect an error to tell about the missing access right to the topic (which is client problem), not the missing topic (which is the server problem).
Steps to reproduce
hop auth add
with the new credentialssnews
topics to the credential.snews_pt test-connection --no-firedrill
The text was updated successfully, but these errors were encountered: