Closed jbtrystram closed 2 years ago
Investigating this a bit, it boils down to the auth service. When the connection is established, the service will check if the user have access to read the application. As the application does not exist, the authentication service answers :
Outcome::Deny
There is no distinction between denying access and the resource not being found
drg stream --application non-existant-app
:It should send a 404 instead