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/01/02 14:15:15 UTC

[GitHub] [openwhisk-wskdeploy] mrutkows commented on issue #1046: Creating an API (API Gateway) with require-whisk-auth does not generate the correct swagger file

mrutkows commented on issue #1046: Creating an API (API Gateway) with require-whisk-auth does not generate the correct swagger file
URL: https://github.com/apache/openwhisk-wskdeploy/issues/1046#issuecomment-570219221
 
 
   @David-N-Perkins 
   1) It appears we believe we are testing this annotation in the following integration test: 
   https://github.com/apache/openwhisk-wskdeploy/blob/master/tests/src/integration/webaction/manifest.yml
   2) It appears the spec. grammar indicates its valid value is a boolean:
     require-whisk-auth: <boolean>
   3) Indeed the key needs to appear under the annotations key (map) as the orig. spec. goal was to not expose annotations (as a concept), but in implementation of several features it was changed to ack. annotations (expose) the concept. Therefore the docs do need to be updated. 
   
   Not sure if Anthony changed his manifest to use a boolean and succeeded or found a workaround for his needs (likely an IBM Developer pattern or article).  
   
   Can we get a similar posting of the manifest.yaml and resulting (error) output?

----------------------------------------------------------------
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