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/10/24 04:10:45 UTC

[GitHub] patpatpat123 commented on issue #300: [Question] Setting up a localhost Message Hub package in a localhost environment

patpatpat123 commented on issue #300: [Question] Setting up a localhost Message Hub package in a localhost environment
URL: https://github.com/apache/incubator-openwhisk-package-kafka/issues/300#issuecomment-432506077
 
 
   Hello Carlos,
   
   Thank you for your clear answers.
   In the step one titled 1. Create a package binding that is configured for your Message Hub service.
   
   The tutorial mentioned _whisk.system/messaging_ in the step wsk package bind /whisk.system/messaging
   May I ask what is this, and how can I find it?
   A search into all my laptop /$ find . -name "whisk.system" 2>/dev/null yields nothing.
   Is this something generated? Could you help on getting it? 
   
   wsk -i package bind /whisk.system/messaging myMessageHub -p kafka_brokers_sasl "[\"localhost:9092\"]"
   error: Binding creation failed: The supplied authentication is not authorized to access 'whisk.system/messaging'. (code Nw7HssYWZLMsLAIqPg8xmTnbV3x3AEj5)
   
   wsk -i package bind /whisk.system/messaging myMessageHub -p kafka_brokers_sasl "[\"kafka:9092\"]"
   error: Binding creation failed: The supplied authentication is not authorized to access 'whisk.system/messaging'. (code ENHTYZ7jwj4nWNFWNrfr9g7ysDrZC6HL)
   
   Are the above commands correct? Maybe I have to change the file?
   
   Thank you
   

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