This is an automated email from the ASF dual-hosted git repository.

csantanapr pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-openwhisk-deploy-kube.git


The following commit(s) were added to refs/heads/master by this push:
     new 17b213d  Fix instructions: set auth property for cli to auth.guest 
(#48)
17b213d is described below

commit 17b213d9a2ac6d68d0c47a37320a29ee6bd78c88
Author: David Grove <dgrove-...@users.noreply.github.com>
AuthorDate: Wed Aug 9 17:01:56 2017 -0400

    Fix instructions: set auth property for cli to auth.guest (#48)
    
    We should be setting the cli's auth property to the value of
    auth.guest, not auth.whisk.system.  Getting this wrong means that
    the cli isn't authorized to access the default namespace, resulting
    in inability to define new actions, get the default namespace, etc.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e9a05a7..c50a96a 100644
--- a/README.md
+++ b/README.md
@@ -128,7 +128,7 @@ Now you should be able to setup the wsk cli like normal and 
interact with
 Openwhisk.
 
 ```
-wsk property set --auth 
789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
 --apihost https://[nginx_ip]:$WSK_PORT
+wsk property set --auth 
23bc46b1-71f6-4ed5-8c54-816aa4f8c502:123zO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP
 --apihost https://[nginx_ip]:$WSK_PORT
 ```
 
 Lastly, you will need to install the initial catalog. To do this, you will need

-- 
To stop receiving notification emails like this one, please contact
['"commits@openwhisk.apache.org" <commits@openwhisk.apache.org>'].

Reply via email to