| *** maurits has joined #zope | 00:25 | |
| *** maurits has quit IRC | 02:23 | |
| *** maurits has joined #zope | 02:23 | |
| *** kosh has quit IRC | 02:33 | |
| *** tiwula has quit IRC | 03:12 | |
| *** maurits has quit IRC | 03:23 | |
| *** maurits has joined #zope | 03:23 | |
| *** maurits has quit IRC | 03:25 | |
| *** maurits has joined #zope | 03:25 | |
| *** Pumukel has quit IRC | 03:58 | |
| *** yvl has joined #zope | 07:08 | |
| *** tisto has joined #zope | 07:51 | |
| *** yvl has quit IRC | 08:31 | |
| *** alecm has quit IRC | 08:31 | |
| *** alecm has joined #zope | 08:38 | |
| *** JaRoel|4D has quit IRC | 09:10 | |
| *** kacee has joined #zope | 09:28 | |
| *** raveon has joined #zope | 09:52 | |
| *** giacomos has joined #zope | 09:54 | |
| *** giacomos has quit IRC | 10:02 | |
| *** MrTango has joined #zope | 10:17 | |
| *** kosh has joined #zope | 10:45 | |
| *** JaRoel|4D has joined #zope | 10:56 | |
| *** yvl has joined #zope | 11:00 | |
| *** raveon has left #zope | 11:15 | |
| *** kosh has quit IRC | 12:55 | |
| *** JaRoel|4D has quit IRC | 13:02 | |
| *** kosh has joined #zope | 13:05 | |
| *** fredvd has joined #zope | 13:07 | |
| *** fredvd has quit IRC | 13:08 | |
| *** fredvd has joined #zope | 13:11 | |
| *** maurits has joined #zope | 13:29 | |
| *** fredvd has quit IRC | 13:44 | |
| *** MtEverest has joined #zope | 13:46 | |
| MtEverest | hi, question regarding zeo.. | 13:47 |
|---|---|---|
| MtEverest | Can I invoke zeopack on any server running zeo, as it requires only server name and port... | 13:47 |
| MtEverest | I mean it doesn't need any authentication..... | 13:48 |
| mgedmin | yes? | 13:49 |
| *** maurits has joined #zope | 13:52 | |
| MtEverest | What stops it from someone else running this command who is not authorized to do so.... | 13:53 |
| MtEverest | I mean issuing a pack command for any server from my system... | 13:53 |
| MtEverest | in case I don't have any authentication system in place for zeo client and server | 13:54 |
| mgedmin | why are you worried about packing, specifically? | 13:54 |
| mgedmin | if you don't have any auth, then anyone who can connect to zeo can read/write any data in it | 13:54 |
| MtEverest | question comes in general for authentication between zeo client and server | 13:54 |
| mgedmin | ah, ok, packing lets them destroy data | 13:54 |
| mgedmin | what I do is use unix sockets to talk to zeo -- this lets you protect them with unix filesystem permission so only the zope user account can talk to zeo | 13:55 |
| mgedmin | ofc this only works when everything's on the same server | 13:55 |
| MtEverest | So you mean to say that if we have zeo on separate server then authentication is a must | 13:56 |
| MtEverest | It is not highlighted in documentation anywhere | 13:56 |
| mgedmin | depends! maybe you have an isolated network | 13:56 |
| mgedmin | but yeah, exposing zeo on the internet is a Bad Idea Don't Do It | 13:57 |
| MtEverest | Thanks!!!! | 13:57 |
| mgedmin | it's perhaps worth mentioning that pickles are a remote code execution vector | 13:57 |
| MtEverest | So but the whole purpose of zeo is high availability and load balancing | 13:58 |
| MtEverest | and if that server is not callable from my clients on different servers or rather with some care then it should be mentioned in examples or documentation | 13:59 |
| *** benji has joined #zope | 13:59 | |
| mgedmin | I mostly use zeo to make zope restarts less painful | 13:59 |
| mgedmin | but yeah | 13:59 |
| MtEverest | I am using zeo with pyramid and zodb | 13:59 |
| mgedmin | these days relstorage is popular | 13:59 |
| mgedmin | also gives you high availability/load balancing | 13:59 |
| mgedmin | plus postgres gives you auth options | 14:00 |
| mgedmin | wait a second | 14:00 |
| *** MtEverest has quit IRC | 14:00 | |
| mgedmin | HA/load balancing? zeo? no | 14:00 |
| mgedmin | ah, on the zope side | 14:00 |
| mgedmin | yes | 14:00 |
| *** MtEverest has joined #zope | 14:02 | |
| MtEverest | mgedmin: My connection got reset | 14:02 |
| MtEverest | If you have answered then please answer again.... | 14:03 |
| MtEverest | should I go for relstorage or zeo | 14:03 |
| mgedmin | I cannot make this decision for you | 14:03 |
| *** MtEverest has quit IRC | 14:06 | |
| *** JaRoel|4D has joined #zope | 14:07 | |
| *** MtEverest has joined #zope | 14:09 | |
| MtEverest | thanks mgedmin | 14:22 |
| mgedmin | btw http://zope3.pov.lt/irclogs-zope/%23zope.2015-09-02.log.html#t2015-09-02T14:00:30 | 14:22 |
| mgedmin | since your connection dropped | 14:22 |
| mgedmin | you probably didn't miss anything important | 14:23 |
| MtEverest | I figured out.. thanks | 14:24 |
| MtEverest | wil evaluate both and then decide | 14:24 |
| MtEverest | actually the problem comes from the fact that being a startup these decisions sometimes consume a lot of time...so I thought experts here will bail me out somewhat | 14:25 |
| MtEverest | right now none of my traffic stats suggest me to load balance | 14:25 |
| MtEverest | but I thought if I can decide between zeo / relstorage from the beginning it would be great | 14:26 |
| *** MtEverest has quit IRC | 14:51 | |
| *** Pumukel has joined #zope | 16:21 | |
| *** kosh has quit IRC | 16:27 | |
| *** kosh has joined #zope | 16:29 | |
| *** maurits has quit IRC | 16:59 | |
| *** maurits has joined #zope | 17:03 | |
| *** kacee has quit IRC | 17:25 | |
| *** yvl has quit IRC | 17:25 | |
| *** roq_ has quit IRC | 18:17 | |
| *** roq_ has joined #zope | 18:30 | |
| *** JaRoel|4D has quit IRC | 18:58 | |
| *** JaRoel|4D has joined #zope | 19:08 | |
| *** kosh has quit IRC | 19:44 | |
| *** kosh has joined #zope | 20:12 | |
| *** tisto has quit IRC | 20:16 | |
| *** JaRoel|4D has quit IRC | 20:34 | |
| *** JaRoel|4D has joined #zope | 20:44 | |
| *** maurits has quit IRC | 21:04 | |
| *** JaRoel|4D has quit IRC | 21:14 | |
| *** benji has quit IRC | 21:15 | |
| *** benji has joined #zope | 21:17 | |
| *** JaRoel|4D has joined #zope | 21:27 | |
| *** MrTango has quit IRC | 21:50 | |
| *** MrTango has joined #zope | 22:00 | |
| *** loechel has joined #zope | 23:24 | |
| *** Pumukel has quit IRC | 23:25 | |
| *** loechel is now known as Pumukel | 23:26 | |
| *** MrTango has quit IRC | 23:39 | |
| *** MrTango has joined #zope | 23:51 | |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!