Tuesday, 2021-11-02

lbragstadgagehugo knikolla easy patch to unblock the python-keystoneclient gate 14:35
lbragstadhttps://review.opendev.org/c/openstack/python-keystoneclient/+/81381014:35
redrobot#startmeeting keystone15:00
opendevmeetMeeting started Tue Nov  2 15:00:55 2021 UTC and is due to finish in 60 minutes.  The chair is redrobot. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'keystone'15:00
redrobot#topic Roll Cal15:01
opendevreviewMerged openstack/python-keystoneclient master: Fix doc error to unblock the gate  https://review.opendev.org/c/openstack/python-keystoneclient/+/81381015:01
redrobot*Call15:01
knikollao/15:01
redrobotCourtesy ping for ayoung, bbobrov, crisloma, d34dh0r53, dpar, dstanek, gagehugo, hrybacki, knikolla, lamt, lbragstad, lwanderley, kmalloc, rodrigods, samueldmq, spilla, ruan_he, wxy, sonuk, vishakha,Ajay, raildo, rafaelweingartner, xek15:01
gagehugoo/15:01
lbragstado/ 15:02
redrobotHi y'all!15:02
redrobotLet's get started15:02
redrobot#topic Review Past Meeting Action Items15:02
redrobot#link https://meetings.opendev.org/meetings/keystone/2021/keystone.2021-10-26-15.00.html15:03
redrobotWe didn't have any action items...15:03
redrobot... moving on15:03
redrobot#topic Liaison Updates15:03
redrobotknikolla anything you want to sahre today?15:03
redrobot*share15:03
knikollano, not really15:05
redrobotCool beans15:06
redrobotlet's move on15:06
knikollathat probably says more about my not devoting a lot of time to doing those liaison roles, than anything, though. 15:06
redrobotGotcha ... I'll try to keep an eye out on some of that stuff too15:08
redrobot#topic OAuth 2.015:09
redrobot#link https://review.opendev.org/c/openstack/keystone-specs/+/81315215:09
redrobotthanks for reviewing knikolla15:10
redrobotstill looking for gagehugo and lbragstad reviews15:10
lbragstadack15:10
redrobotDoes not look like h_asahina is online so we can move on15:11
redrobot#topic Secure RBAC15:13
redrobotlbragstad any updates for today?15:13
lbragstadjust one 15:13
lbragstad#link https://review.opendev.org/c/openstack/governance/+/815158/ has been taking most if not all of my time upstream 15:14
lbragstadand it's currently under review and discussion 15:14
lbragstadany additional input is greatly appreciated 15:14
lbragstadwe will be having a meeting on it tomorrow - gmann set that up 15:14
lbragstadbut - it could affect things in keystone 15:14
lbragstadand it might lead to another default role 15:14
redrobotAh yeah, good to know15:15
redrobotDo you have the details for the meeting tomorrow for folks interested in listening in?15:15
lbragstadi don't but let me check the mailing list 15:15
lbragstadgmann sent out a poll last week15:15
lbragstadhttp://lists.openstack.org/pipermail/openstack-discuss/2021-October/025569.html15:16
lbragstadhttp://lists.openstack.org/pipermail/openstack-discuss/2021-November/025619.html15:16
lbragstaddetails ^ 15:16
lbragstadtomorrow @ 15:00 UTC15:17
redrobotawesome, thanks lbragstad15:17
lbragstadthat's all i have unless folks have questions15:17
redrobotLooks like we're good on questions15:20
redrobotmoving on15:20
redrobot#topic Open Discussion15:21
redrobotAnything else y'all want to talk about right now?15:21
redrobotI'll take that as a no15:28
redrobotlet's move on to bugs15:28
redrobot#topic Bug Review15:28
redrobot#link https://bugs.launchpad.net/keystone/?orderby=-id&start=015:28
redrobotNo new bugs15:29
redrobot#link https://bugs.launchpad.net/python-keystoneclient/?orderby=-id&start=015:29
redrobotand no new client bugs15:29
redrobot#link https://bugs.launchpad.net/keystonemiddleware/+bugs?orderby=-id&start=015:30
redrobotand no new middleware bugs15:30
redrobotLooking at the newest bugs15:32
redrobot#link https://bugs.launchpad.net/keystone/+bug/194787015:32
redrobot> Keystone Kerberos auth broken when delegate to HTTP15:33
redrobotWe talked about this briefly last week.  Anyone become a Kerberos expert since last week? 15:33
lbragstadi have not15:33
lbragstadi'm still looking for that specific matrix card15:33
redrobotheh15:35
redrobot#link https://bugs.launchpad.net/python-keystoneclient/+bug/194578515:35
redrobot> Can't find project by project_id15:36
redrobotThis looks fairly easy to try to recreate15:39
redrobotI might try to take a look at this one15:40
redrobotseems like good low-hanging-fruit15:40
redrobot#link https://bugs.launchpad.net/keystonemiddleware/+bug/194611715:40
redrobot> Unify keystone and keystonemiddleware cache15:40
* redrobot realizes he doesn't know anything about Keystone caching15:44
lbragstadi think the benefit of that it that it would allow a token to get cached immediately, and then as soon as someone goes to nova to use that token and create a server - they would see the performance benefit15:45
lbragstadthe keystone caching implementation is completely separate from ksm i think15:45
redrobotIt's an intersting bug report.  I wonder why keystone and keystonemiddleware have different code for storing tokens to cache?  Seems like a good place where common code could be used.15:45
lbragstadbut if the keystone caching implementation for tokens and the caching implementation for ksm could be generalized - they could be shared15:46
redrobotIs it typicall that the same cache is used for the keystone service and other services using the middleware?15:48
lbragstadi don't think so?15:48
redrobotI can see where this would improve performance when they do15:49
lbragstadyeah for sure15:49
redrobotWhat do we user for cache?  Memcached?15:50
lbragstadyeah 15:50
redrobotSo you'd have to have the same authn/authz for memcached in both services for this to work15:52
lbragstadwell - we don't implement authn/authz for memcached yet15:56
lbragstadi think memcached supports SASL, but we don't support that yet in openstakc 15:57
lbragstador the python clients we use don't have support for it yet? 15:57
lbragstadreal quick - we do need to merge https://review.opendev.org/c/openstack/python-keystoneclient/+/784744 to unblock the python-keystoneclient gate15:59
redrobotLooks like it's on its way to the merge gate16:02
redrobotAaaand that's all the time we have.16:03
redrobotThanks for joining, everyone!16:03
redrobot#endmeeting16:03
opendevmeetMeeting ended Tue Nov  2 16:03:18 2021 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:03
opendevmeetMinutes:        https://meetings.opendev.org/meetings/keystone/2021/keystone.2021-11-02-15.00.html16:03
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/keystone/2021/keystone.2021-11-02-15.00.txt16:03
opendevmeetLog:            https://meetings.opendev.org/meetings/keystone/2021/keystone.2021-11-02-15.00.log.html16:03
opendevreviewMerged openstack/python-keystoneclient master: Drop lower-constrait job  https://review.opendev.org/c/openstack/python-keystoneclient/+/78474418:06
*** ianw_pto is now known as ianw19:00

Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!