You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/04/14 01:01:57 UTC

[GitHub] [openwhisk] rabbah opened a new issue #4879: web actions that require authentication cannot pass preflight checks

rabbah opened a new issue #4879: web actions that require authentication cannot pass preflight checks
URL: https://github.com/apache/openwhisk/issues/4879
 
 
   A webaction with a require-whisk-auth annotation will fail all preflight checks. This is because the action authorization is checked before the router enters the options handling.
   
   I think the code can be re-organized to handle the options request before authentication when a webaction opts for the default response. Should the action that wants to provide its own options response be invoked regardless of authentication for the options verb? I think so - this also requires some refactoring of the router.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [openwhisk] rabbah closed issue #4879: web actions that require authentication cannot pass preflight checks

Posted by GitBox <gi...@apache.org>.
rabbah closed issue #4879: web actions that require authentication cannot pass preflight checks
URL: https://github.com/apache/openwhisk/issues/4879
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services