Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
actions with require-whisk-auth annotation as boolean false are rejected by controller #4985
Comments
|
So this is the case where But it looks clearly a bug. |
|
@nitikagarw looks right - also will need a test. |
|
Thanks @nitikagarw for the contribution! |
The annotation value
require-whisk-auth: falseon a web action leads the controller to reject the web action invocation.openwhisk/core/controller/src/main/scala/org/apache/openwhisk/core/controller/WebActions.scala
Lines 777 to 790 in d9e908c
The controller should handle the case of the annotation being set to boolean
falseas not requiring authentication rather than reject the call.