Wednesday, 2025-06-25

*** mhen_ is now known as mhen01:52
opendevreviewMerged openstack/keystonemiddleware master: Add TLS support to MemcacheClientPool  https://review.opendev.org/c/openstack/keystonemiddleware/+/95317413:28
opendevreviewLuca Miccini proposed openstack/keystonemiddleware master: Revert "Strip inet(6) prefix"  https://review.opendev.org/c/openstack/keystonemiddleware/+/95316813:41
opendevreviewLuca Miccini proposed openstack/keystonemiddleware master: Revert "Switch from python-memcache to pymemcache"  https://review.opendev.org/c/openstack/keystonemiddleware/+/95316913:41
opendevreviewLuca Miccini proposed openstack/keystonemiddleware master: Revert "Switch from python-memcache to pymemcache"  https://review.opendev.org/c/openstack/keystonemiddleware/+/95316914:06
opendevreviewLuca Miccini proposed openstack/keystonemiddleware master: Revert "Switch from python-memcache to pymemcache"  https://review.opendev.org/c/openstack/keystonemiddleware/+/95316914:07
opendevreviewLuca Miccini proposed openstack/keystonemiddleware master: Revert "Switch from python-memcache to pymemcache"  https://review.opendev.org/c/openstack/keystonemiddleware/+/95316914:08
d34dh0r53o/15:00
d34dh0r53#startmeeting keystone15:00
opendevmeetMeeting started Wed Jun 25 15:00:51 2025 UTC and is due to finish in 60 minutes.  The chair is d34dh0r53. 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
d34dh0r53Reminder: This meeting takes place under the OpenInfra Foundation Code of Conduct15:00
d34dh0r53#link https://openinfra.dev/legal/code-of-conduct15:00
d34dh0r53#topic roll call15:01
d34dh0r53admiyo, bbobrov, crisloma, d34dh0r53, dpar, dstanek, hrybacki, lbragstad, lwanderley, kmalloc, rodrigods, samueldmq, ruan_he, wxy, sonuk, vishakha, Ajay, rafaelwe, xek, gmann, zaitcev, reqa, dmendiza[m], dmendiza, mharley, jph, gtema, cardoe, deydra15:01
gtemao/15:01
d34dh0r53super special dmendiza ping15:01
dmendiza[m]I am special! 🎉 😄15:01
xeko/15:02
d34dh0r53🎉15:03
d34dh0r53#topic review past meeting work items15:03
d34dh0r53#link https://meetings.opendev.org/meetings/keystone/2025/keystone.2025-06-18-15.00.html15:03
d34dh0r53We had a couple of action items from last week15:03
d34dh0r53https://review.opendev.org/c/openstack/keystone/+/95179215:04
d34dh0r53That's the AD nested groups patch15:04
d34dh0r53Any progress on the LDAP job gtema ?15:04
gtemanot really - no clue why slapd crashes15:05
gtemahad not enough time to try reproducing it "locally"15:05
d34dh0r53according to AI the trace shows a null pointer dereference15:05
drencromHi, I can help with that if you need but I don't know how to run them locally15:05
gtemadrencom - our problem now is that slapd in the default devstack installation crashes immediately15:06
drencromis this test right? keystone-tempest-ldap-domain-specific-driver 15:06
gtemais is not about the patch itself. But we need to first fix the job to be able to verify it does not break other stuff15:06
gtemayes, right15:06
drencromYes, I understand the problem15:07
d34dh0r53Yeah, it's strange, are we using an old version of slapd or just what the distro provides?15:07
gtemathe distro one15:08
gtemait maybe that some of the options we set causes it to crash15:08
gtemabut I have seen quite a few bug reports like that - sadly all terribly old15:08
gtemahaven't found any "fresh" reports and do not have time myself to go into the slapd debugging15:09
gtematechnically it is not the keystone job is broken, but devstack ldap setup15:12
gtemait crashes before any keystone specifics is applied15:12
d34dh0r53ack15:13
d34dh0r53It has to be the options or something, slapd is widely used15:13
gtemasure, it just worked before, so maybe this is something new with 24.04 that we never noticed - bad thing in non-voting jobs15:14
d34dh0r53yeah15:15
d34dh0r53ok, next up15:16
d34dh0r53discuss with missing folks on Friday during reviewaton abount CFP for forum and Project Update15:16
d34dh0r53gtema and I talked about this on Friday15:16
d34dh0r53not sure that we came to any conclusion though15:17
gtemanot really. From trustful sources I know my federation talk will land during Summit, but not the Keystone-Rust15:17
gtemaso we could propose project update session mentioning Rust work15:18
gtemahowever I have then too many talks myself, so not sure how to organize that15:18
d34dh0r53hmm15:20
d34dh0r53Let's talk more on Friday15:21
gtemasure15:21
d34dh0r53cool, moving on 15:21
d34dh0r53#action discuss on Friday during reviewaton abount CFP for forum and Project Update15:21
d34dh0r53#topic liaison updates15:21
d34dh0r53nothing from me15:21
gtemaI do not have anything either15:22
d34dh0r53cool15:22
d34dh0r53#topic specification OAuth 2.0 (hiromu)15:22
d34dh0r53not going to paste everything, we're. in a holding pattern until the other projects merge15:22
d34dh0r53#topic specification Secure RBAC (dmendiza)15:23
d34dh0r53#link https://governance.openstack.org/tc/goals/selected/consistent-and-secure-rbac.html#z-release-timeline_15:23
d34dh0r532025.2 Release Timeline15:23
d34dh0r53Update oslo.policy in keystone to enforce_new_defaults=True15:23
d34dh0r53Update oslo.policy in keystone to enforce_scope=True15:23
gtemaI had a look last week. Is there anything to do at all? Reason why I ask is that those are defaults set in oslo.policy already15:23
gtemaand we do not override them15:23
gtemabut maybe I am wrong - just a quick grep didn't show me anything useful15:24
d34dh0r53I'm not sure what the next SRBAC steps are, dmendiza ?15:24
opendevreviewTakashi Kajinami proposed openstack/oslo.policy master: Remove support for JSON format policy file  https://review.opendev.org/c/openstack/oslo.policy/+/92971515:28
d34dh0r53I guess dmendiza had to run15:30
d34dh0r53#topic specification OpenAPI support (gtema)15:31
d34dh0r53#link https://review.opendev.org/q/topic:%22openapi%22+project:openstack/keystone15:31
d34dh0r53looks like everything is merged15:31
d34dh0r53for now15:31
gtemayeah, nothing new this week15:32
d34dh0r53cool15:35
d34dh0r53#topic open discussion15:35
d34dh0r53drencrom15:35
d34dh0r53Review patch proposal: https://review.opendev.org/c/openstack/keystone/+/95179215:36
d34dh0r53We talked about this already, anything more to add?15:36
gtemaI think he left (was a notice from irc)15:36
d34dh0r53ack15:37
d34dh0r53I don't have anything else for open discussion 15:38
gtemaI would keep my point to Friday - to much to write, so nothing from me either15:38
d34dh0r53cool15:38
d34dh0r53#topic bug review15:38
d34dh0r53#link https://bugs.launchpad.net/keystone/?orderby=-id&start=015:38
d34dh0r53no new bugs in keystone15:38
d34dh0r53#link https://bugs.launchpad.net/python-keystoneclient/?orderby=-id&start=015:39
d34dh0r53python-keystoneclient is good to go15:39
d34dh0r53#link https://bugs.launchpad.net/keystoneauth/+bugs?orderby=-id&start=015:39
d34dh0r53keystoneauth looks fine15:39
d34dh0r53#link https://bugs.launchpad.net/keystonemiddleware/+bugs?orderby=-id&start=015:40
d34dh0r53so does keystonemiddleware15:40
d34dh0r53#link https://bugs.launchpad.net/pycadf/+bugs?orderby=-id&start=015:40
d34dh0r53pycadf is clear15:40
d34dh0r53#link https://bugs.launchpad.net/ldappool/+bugs?orderby=-id&start=015:40
d34dh0r53ldappool is also good15:40
d34dh0r53#topic conclusion15:40
d34dh0r53Thanks folks, reviewathon on Friday, let me know if you want the link or a calendar invite15:41
gtemathanks Dave, have a nice day15:41
d34dh0r53you as well Artem :)15:43
d34dh0r53#endmeeting15:43
opendevmeetMeeting ended Wed Jun 25 15:43:38 2025 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)15:43
opendevmeetMinutes:        https://meetings.opendev.org/meetings/keystone/2025/keystone.2025-06-25-15.00.html15:43
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/keystone/2025/keystone.2025-06-25-15.00.txt15:43
opendevmeetLog:            https://meetings.opendev.org/meetings/keystone/2025/keystone.2025-06-25-15.00.log.html15:43

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