sbp opened a new issue, #1169:
URL: https://github.com/apache/tooling-trusted-releases/issues/1169

   Could be something like:
   
   ```
   @api.auth.public
   @api.auth.bearer
   @api.auth.trusted_publisher
   @api.auth.pat
   ```
   
   Then, there should be tests checking when a route does not have any explicit 
decorator. That way we don't have the "fail open" problem where a route that we 
add without an authentication decorator is automatically public.
   
   This issue is derived from the second half of #1040.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to