bzp2010 edited a comment on issue #5485: URL: https://github.com/apache/apisix/issues/5485#issuecomment-975078361
Hi, @rabbah. Thank you for pointing out the problem that. I see the following description in the Action documentation: ```text Authentication is required when invoking an action via an HTTPS request using this resource path. For more information regarding action invocations using the REST interface, see Using REST APIs with OpenWhisk. Another way of invoking an action which does not require authentication is via web actions. ``` In our usage scenario, I think we need to support authenticated Action calls, is the current description above still correct? Can we enable `BasicAuth` instead of setting a custom secret by `X-Require-Whisk-Auth`? If this is not possible, the response JSON needs to be processed manually at this point, but then the response content needs to be judged to confirm that it contains only response data or more content such as headers. Is that a correct scheme? -- 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]
