*** apetrich has quit IRC | 01:57 | |
*** ykarel|away has joined #openstack-mistral | 03:04 | |
*** ykarel|away is now known as ykarel | 03:21 | |
*** ykarel is now known as ykarel|afk | 03:54 | |
*** ykarel|afk has quit IRC | 03:58 | |
*** ykarel|afk has joined #openstack-mistral | 04:15 | |
*** ykarel|afk is now known as ykarel | 04:27 | |
rakhmerov | d0ugal: hi, do you know if we have the info about Mistral office hours published somewhere? | 04:48 |
---|---|---|
rakhmerov | I'm failing to find it | 04:48 |
*** gkadam has joined #openstack-mistral | 05:36 | |
*** vgvoleg has quit IRC | 05:37 | |
*** jtomasek has joined #openstack-mistral | 05:52 | |
*** pgaxatte has joined #openstack-mistral | 06:06 | |
*** apetrich has joined #openstack-mistral | 06:47 | |
*** josecastroleon has joined #openstack-mistral | 06:48 | |
d0ugal | rakhmerov: Hmm, good question. I think maybe just in the email archive of openstack-dev | 07:07 |
rakhmerov | d0ugal: yeah, that's the only place where I found it | 07:10 |
rakhmerov | btw, the project update session: https://www.youtube.com/watch?time_continue=440&v=-xl8QRywXt4 | 07:11 |
d0ugal | rakhmerov: oh, cool! | 07:15 |
d0ugal | I'll watch it now | 07:15 |
rakhmerov | :) | 07:16 |
ykarel | rakhmerov, d0ugal, hi, d0ugal i talked on #openstack-release regarding mistralclient bugfix release in train, can you check:- http://eavesdrop.openstack.org/irclogs/%23openstack-release/%23openstack-release.2019-05-14.log.html#t2019-05-14T14:06:25 | 07:16 |
rakhmerov | ykarel: ok | 07:18 |
d0ugal | ykarel: I see, thanks | 07:20 |
d0ugal | So I guess we need to make a featureless feature release :/ | 07:20 |
rakhmerov | 3.9.0 out of master? | 07:20 |
d0ugal | Yeah | 07:20 |
d0ugal | ykarel, rakhmerov: https://review.opendev.org/#/c/659226/ | 07:22 |
rakhmerov | ok | 07:22 |
rakhmerov | ooh, that was fast! | 07:22 |
d0ugal | :) | 07:22 |
ykarel | d0ugal, Thanks | 07:23 |
*** zigo has quit IRC | 07:28 | |
*** openstackgerrit has joined #openstack-mistral | 07:29 | |
openstackgerrit | pengyuesheng proposed openstack/mistral-dashboard master: Translate executions state https://review.opendev.org/659228 | 07:29 |
openstackgerrit | Renat Akhmerov proposed openstack/mistral master: Reduce the number of "on-xxx" evaluations https://review.opendev.org/652575 | 07:39 |
*** ykarel is now known as ykarel|lunch | 07:55 | |
josecastroleon | hi | 08:47 |
josecastroleon | which is the status of the mask passwords in mistral? | 08:47 |
josecastroleon | i saw a spec but no implementation details | 08:48 |
*** ykarel|lunch is now known as ykarel | 08:54 | |
*** zigo has joined #openstack-mistral | 09:33 | |
openstackgerrit | pengyuesheng proposed openstack/mistral-dashboard master: Translate executions state https://review.opendev.org/659228 | 09:34 |
*** vgvoleg has joined #openstack-mistral | 09:34 | |
josecastroleon | https://review.opendev.org/#/c/139936/3? | 09:36 |
josecastroleon | >> https://review.opendev.org/#/c/139936/3 | 09:36 |
josecastroleon | or this one https://review.opendev.org/#/c/207348/ | 09:38 |
rakhmerov | josecastroleon: Hi Jose! | 09:41 |
rakhmerov | so | 09:41 |
rakhmerov | nothing was completed yet | 09:41 |
josecastroleon | I am trying to understand what's missing | 09:48 |
josecastroleon | I was thinking on something as an attribute of the input definition of the workflow that flags it as secret | 09:50 |
josecastroleon | similar to the way we set default values | 09:50 |
*** josecastroleon has quit IRC | 09:53 | |
*** gkadam has quit IRC | 09:57 | |
*** josecastroleon has joined #openstack-mistral | 09:57 | |
rakhmerov | josecastroleon: yes, right | 09:58 |
*** gkadam has joined #openstack-mistral | 09:58 | |
rakhmerov | that's the idea we were trying to pursue | 09:58 |
rakhmerov | but the challenge was in the implementation, as far as I remember | 09:58 |
rakhmerov | somehow we need to make sure that, if a field is marked this way, it can't get into any logs or DB, or anywhere else unencrypted | 09:59 |
rakhmerov | and also, such a value can be passed into an action as an argument | 09:59 |
rakhmerov | and actions are kind of out of our (developer's) control | 10:00 |
rakhmerov | we can only provide some means for action developers to secure such things somehow | 10:00 |
rakhmerov | so this is a complex thing to solve | 10:00 |
openstackgerrit | Merged openstack/mistral-dashboard master: Translate executions state https://review.opendev.org/659228 | 10:01 |
rakhmerov | https://review.opendev.org/#/c/139936 - is a completely wrong approach. It's never going to work. Too simplistic and unreliable | 10:01 |
rakhmerov | https://review.opendev.org/#/c/207348/ - same thing | 10:01 |
rakhmerov | let me find a spec that we were working on... | 10:02 |
openstackgerrit | Merged openstack/mistral master: inspect.getargspec is deprecated on py3 https://review.opendev.org/652584 | 10:02 |
rakhmerov | josecastroleon: please take a look at this spec: https://github.com/openstack/mistral-specs/blob/master/specs/pike/approved/secure-sensitive-data.rst | 10:09 |
rakhmerov | so basically it's approved | 10:09 |
rakhmerov | but the person who tried to implement it stopped working on it at some point | 10:10 |
rakhmerov | he's not on the project any more | 10:10 |
rakhmerov | he said it's too complex to solve with the time resource he had | 10:10 |
rakhmerov | this is the BP: https://blueprints.launchpad.net/mistral/+spec/mistral-secure-sensitive-data | 10:11 |
rakhmerov | it also has all links | 10:11 |
rakhmerov | including the WIP patch: https://review.opendev.org/#/c/459747/ | 10:12 |
rakhmerov | josecastroleon: so please look at all this and we can discuss it | 10:12 |
rakhmerov | maybe you have some better ideas and know how to implement it simpler | 10:12 |
vgvoleg | rakhmerov: link to spec within bp is not working | 10:12 |
rakhmerov | oops... | 10:13 |
rakhmerov | vgvoleg: thanks, fixed it | 10:13 |
*** zigo has quit IRC | 10:30 | |
*** zigo has joined #openstack-mistral | 10:41 | |
*** gkadam has quit IRC | 12:43 | |
*** gkadam has joined #openstack-mistral | 12:55 | |
*** ykarel is now known as ykarel|away | 14:12 | |
*** bobh has joined #openstack-mistral | 14:15 | |
*** bobh has quit IRC | 14:19 | |
*** pgaxatte has quit IRC | 14:38 | |
*** ykarel|away is now known as ykarel | 14:48 | |
*** bobh has joined #openstack-mistral | 14:52 | |
*** ykarel is now known as ykarel|away | 15:28 | |
*** ykarel|away has quit IRC | 15:36 | |
*** bobh has quit IRC | 17:21 | |
*** ykarel|away has joined #openstack-mistral | 17:24 | |
*** ykarel|away has quit IRC | 17:32 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!