2019-07-05 00:59:32 UTC - Dominic Kim: @Vincent Hou Thanks https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562288372209800?thread_ts=1562217030.199200&cid=C3TPCAQG1 ---- 2019-07-05 00:59:55 UTC - Dominic Kim: Yes, I could observe the registry containers running. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562288395210000?thread_ts=1562217030.199200&cid=C3TPCAQG1 ---- 2019-07-05 09:21:50 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/C3TPCAQG1/p1562318510211000?thread_ts=1562318510.211000&cid=C3TPCAQG1 ---- 2019-07-05 09:22:06 UTC - Niraj: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562318526211100 ---- 2019-07-05 09:26:29 UTC - Jiang PengCheng: you can find the auth info in the couchdb, database maybe the `whisk_local_subjects`, documents like: ``` { "_id": "xxxx", "_rev": "1-xxx", "namespaces": [ { "name": "acedia-test", "uuid": "xxxx", "key": "xxxx" } ], "subject": "xxxx" } ``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562318789211400?thread_ts=1562318510.211000&cid=C3TPCAQG1 ---- 2019-07-05 09:28:10 UTC - Jiang PengCheng: and IIRC, the default auth for `whisk.system` namespace is `789c46b1-71f6-4ed5-8c54-816aa4f8c502:abczO3xZCLrMN6v2BKK1dXYFpXlPkccOFqm12CdAsMgRU4VrNZ9lyGVCGuMDGIwP` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562318890211600?thread_ts=1562318510.211000&cid=C3TPCAQG1 ---- 2019-07-05 10:12:18 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/C3TPCAQG1/p1562321538211800?thread_ts=1562318510.211000&cid=C3TPCAQG1 ---- 2019-07-05 16:00:59 UTC - Pepi Paraskevoulakou: hello, i would like to ask if i can launch openwhisk in a docker without sign it with a cloud provider https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562342459213200 ---- 2019-07-05 17:16:46 UTC - Michael Schmidt: <https://github.com/apache/incubator-openwhisk-devtools/tree/master/docker-compose> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347006213800 ---- 2019-07-05 17:17:53 UTC - Michael Schmidt: @Pepi Paraskevoulakou You could also just run locally for testing with nothing but nodejs https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347073214400 ---- 2019-07-05 17:17:54 UTC - Michael Schmidt: <https://github.com/apache/incubator-openwhisk-devtools/tree/master/node-local> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347074214600 ---- 2019-07-05 17:20:55 UTC - Pepi Paraskevoulakou: thank you @Michael Schmidt even if i want to test some stream data from twitter? (my thesis will be focused on Whisk in combination with Analytics) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347255216100 ---- 2019-07-05 17:22:06 UTC - Michael Schmidt: mmmmm good question, I just started using whisk recently https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347326216600 ---- 2019-07-05 17:22:16 UTC - Michael Schmidt: I would think a docker compose is enough https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347336216800 ---- 2019-07-05 17:22:35 UTC - Michael Schmidt: under the hood wisk is just spinning up containers that run your functions, so the compose option should be what you need https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347355217300 ---- 2019-07-05 17:26:17 UTC - Pepi Paraskevoulakou: nice! now i am reading Oreily’s book in order to learn how whisk is working and its components, so the next step will be clearly hands - on , with a case study (such as stream data as i told) https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562347577219800 ---- 2019-07-05 18:06:03 UTC - chetanm: If you are just exploring OpenWhisk to try out few stuff you can also try the standalone mode <https://github.com/apache/incubator-openwhisk/tree/master/core/standalone> https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562349963221000 ---- 2019-07-05 18:41:27 UTC - Vincent Hou: @chetanm @Dominic Kim plz check my comments on <https://github.com/apache/incubator-openwhisk/issues/4536>. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562352087221700 ---- 2019-07-05 18:42:27 UTC - Vincent Hou: I suspect VMs under apache have been controlled by puppet or something to keep certain configurations. I bumped into config reversion before. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562352147222900 ---- 2019-07-05 18:43:21 UTC - chetanm: Looks like then we would need to check with infra https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562352201223300 ---- 2019-07-05 19:23:03 UTC - Vincent Hou: I have changed docker into 18 again https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562354583223600 ---- 2019-07-05 19:23:14 UTC - Vincent Hou: Let’s see if they still go back. https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562354594223900 ---- 2019-07-05 20:09:48 UTC - Vincent Hou: It has been one hour, since I changed the version of Docker. I launched one PR to test the Jenkins, so far so good. @chetanm https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562357388224800 ---- 2019-07-05 20:18:05 UTC - chetanm: Thats good! Lets see by Monday if it reverts or not. Hopefully it should not :slightly_smiling_face: https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1562357885225300 ----