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 2018/04/11 01:36:00 UTC

[GitHub] mdeuser commented on issue #2317: wsk api authentication issues

mdeuser commented on issue #2317: wsk api authentication issues
URL: https://github.com/apache/incubator-openwhisk/issues/2317#issuecomment-380298414
 
 
   yikes.. just now seeing this issue.. apologies for the very late response @akrabat .  some thoughts..
   - the openwhisk apigateway does not require any authentication, so i believe we won't surface this kind of error message in a totally open source environment
   - the `wsk bluemix login` command is an ibm cloud functions enhancement and has been deprecated in favor of the `wsk` plugin to the `bx` command.  the api gw required token is handled transparently by the plugin working in conjunction with the `bx login` artifacts.  consequently, the error messages should be more context friendly.
   
   as for the comment from @yadavvipinsonu, are you running against an apache openwhisk backend?  if so, did you deploy the `apimgmt` package?  you can obtain extra debug information by using the `-v` to see the cli's invocation of the backend rest apis to see which one failed.  my guess is that the command to run one of the apimgmt actions was not present.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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