2019-07-05 05:30:05 UTC - chetanm: Opened PR <https://github.com/apache/incubator-openwhisk-deploy-kube/pull/493> for this https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1562304605009300?thread_ts=1562162756.008900&cid=C4J3R7JFL ---- 2019-07-05 09:20:33 UTC - Niraj: Hey...I have installed openwhisk on my local machine using docker-compose...Now on my browser I am trying to call the API on the namespace like <http://172.30.114.61:8888/api/v1/namespaces/> and it is asking for BasicAuth username and password. I am not sure which username password to use here, as I didn't find it in the documentation...I am following instruction of url: <https://github.com/apache/incubator-openwhisk-devtools/tree/master/docker-compose> https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1562318433011500?thread_ts=1562318433.011500&cid=C4J3R7JFL ---- 2019-07-05 09:21:27 UTC - Niraj: https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1562318487011600 ---- 2019-07-05 09:24:42 UTC - chetanm: Thats the whisk namespace credentials. Default setup bootstraps 2 users guest and whisk.system https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1562318682012500 ---- 2019-07-05 09:24:52 UTC - chetanm: You use them when you configure the wsk cli https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1562318692012800 ---- 2019-07-05 09:25:25 UTC - chetanm: Generaay this web url is not accessed directly and instead wsk cli make calls to it passing the required credentials https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1562318725013600 ---- 2019-07-05 10:11:45 UTC - Roberto Santiago: @Niraj If you have configures `wsk` cli just use the command `wsk namespace list -v` and this will show you how that endpoint gets called. https://openwhisk-team.slack.com/archives/C4J3R7JFL/p1562321505013700?thread_ts=1562318433.011500&cid=C4J3R7JFL ----