takahashi-tsc | Hi tacker team | 08:00 |
---|---|---|
ueha_ | hi | 08:00 |
takahashi-tsc | I heard yasyfum cannot join today's call, so I will handle today's call. | 08:01 |
takahashi-tsc | #startmeeting tacker | 08:01 |
opendevmeet | Meeting started Tue Nov 7 08:01:23 2023 UTC and is due to finish in 60 minutes. The chair is takahashi-tsc. Information about MeetBot at http://wiki.debian.org/MeetBot. | 08:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 08:01 |
opendevmeet | The meeting name has been set to 'tacker' | 08:01 |
takahashi-tsc | #link https://etherpad.opendev.org/p/tacker-meeting | 08:01 |
takahashi-tsc | There is no discussion topic... Only review request. | 08:02 |
takahashi-tsc | Does anyone have topics to discuss today? | 08:02 |
ueha_ | I have no topic today | 08:02 |
takahashi-tsc | OK, there is no discussion topic today. | 08:04 |
takahashi-tsc | So I just share reminder for review requests. | 08:04 |
takahashi-tsc | This request may be already shared last week, but only 1 patch has been merged. | 08:04 |
takahashi-tsc | Please review other 3 patches! (And I should also review them...) | 08:05 |
ueha_ | sure, I will review too | 08:05 |
takahashi-tsc | thanks | 08:06 |
takahashi-tsc | OK, any others? | 08:07 |
ueha_ | seems nothing | 08:08 |
takahashi-tsc | Good, then let's close today's meeting. | 08:08 |
takahashi-tsc | Thanks, bye! | 08:08 |
ueha_ | Thanks, bye | 08:09 |
takahashi-tsc | #endmeeting | 08:09 |
opendevmeet | Meeting ended Tue Nov 7 08:09:17 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 08:09 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/tacker/2023/tacker.2023-11-07-08.01.html | 08:09 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/tacker/2023/tacker.2023-11-07-08.01.txt | 08:09 |
opendevmeet | Log: https://meetings.opendev.org/meetings/tacker/2023/tacker.2023-11-07-08.01.log.html | 08:09 |
gmann | #startmeeting policy_popup | 17:01 |
opendevmeet | Meeting started Tue Nov 7 17:01:01 2023 UTC and is due to finish in 60 minutes. The chair is gmann. Information about MeetBot at http://wiki.debian.org/MeetBot. | 17:01 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 17:01 |
opendevmeet | The meeting name has been set to 'policy_popup' | 17:01 |
gmann | #link https://etherpad.opendev.org/p/rbac-goal-tracking#L170 | 17:02 |
gmann | this is first meeting after PTG and not much update for today from my side | 17:02 |
gmann | but I will be around if anyone have any question or let me know anyone joined meeting? | 17:02 |
*** d34dh0r5- is now known as d34dh0r53 | 17:03 | |
dmendiza[m] | 🙋 | 17:03 |
dmendiza[m] | Hi gmann ! ... Not much on my end. I caught a few of the PTG sessions. Do you want to go over action items maybe? | 17:04 |
gmann | dmendiza[m]: hi | 17:05 |
gmann | yeah, that is good idea. let me check what all action we have | 17:05 |
gmann | #link https://etherpad.opendev.org/p/rbac-2024.1-ptg | 17:06 |
gmann | ^^ this is etherpad | 17:06 |
gmann | dmendiza[m]: copied those in our meeting agenda #link https://etherpad.opendev.org/p/rbac-goal-tracking#L176 | 17:07 |
gmann | for this 'Add a job to test the project old default with other projects ' we have that now for Nova and Neutron | 17:07 |
gmann | I will check for other project and add | 17:07 |
dmendiza[m] | I can probably help with Keystone and Barbican | 17:09 |
gmann | dmendiza[m]: as you are here, this is pending since long, can you check this #link https://review.opendev.org/c/openstack/keystone/+/886434 | 17:09 |
gmann | dmendiza[m]: great, thanks | 17:09 |
dmendiza[m] | ack, added to my review queue | 17:10 |
gmann | dmendiza[m]: added notes in etherpad for you to take care of keystone and barbican | 17:10 |
gmann | thanks | 17:10 |
dmendiza[m] | I'll try to get d34dh0r53 to take a look too | 17:10 |
gmann | great | 17:10 |
dmendiza[m] | If you have any examples of the nova/neutron patches, that would be helpful | 17:11 |
gmann | sure, let me get link | 17:12 |
gmann | this job where only that service flag is false so that it run that service old defaults #link https://github.com/openstack/nova/blob/b64ecb0cc776bd3eced674b0f879bb23c8a4b486/.zuul.yaml#L751 | 17:12 |
dmendiza[m] | Got it, thanks | 17:14 |
gmann | dmendiza[m]: anything else you would like to discuss? otherwise we can close early | 17:15 |
dmendiza[m] | Just a question about the service tokens | 17:15 |
gmann | sure | 17:15 |
dmendiza[m] | IIRC, Nova already uses X-Service-Token, I think? And there was talk about another project adding it too? | 17:15 |
dmendiza[m] | Wondering if we should consider implementing that in keystonemiddleware instead | 17:16 |
dmendiza[m] | so we don't have to duplicate it across every project | 17:16 |
gmann | another project? | 17:16 |
dmendiza[m] | Yeah, I don't remember who else was talking about using Service tokens ... 🤔 | 17:16 |
gmann | ohk | 17:17 |
dmendiza[m] | From my pov, it seems like something useful that Barbican could also support | 17:17 |
gmann | so discussion for service token is to pass both service as well as user token. service token will be sent in header you mentioned and we will use it for authorization purpose but will send both user and service token to oslo policy | 17:17 |
dmendiza[m] | i.e. responding to requests for secrets by a service | 17:17 |
gmann | I need to test if those all work which should as per the current way in keystonemiddleware | 17:18 |
gmann | plan is for me to implement and test it for Nova and then update the goal document on 'how to pass/use the service token in service-to-service' communication | 17:19 |
gmann | and yes, we need to do it consistency in all projects once it works | 17:19 |
dmendiza[m] | ack, I'll keep an eye on things for now | 17:19 |
gmann | ++, I will keep update those in meeting and propose goal document | 17:20 |
dmendiza[m] | Great | 17:20 |
dmendiza[m] | That's all I had on my mind for today | 17:20 |
dmendiza[m] | Thanks, gmann | 17:20 |
gmann | cool, thanks dmendiza[m] for joining. | 17:21 |
gmann | our next meeting will be on 21st Nov | 17:21 |
gmann | #endmeeting | 17:21 |
opendevmeet | Meeting ended Tue Nov 7 17:21:20 2023 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 17:21 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/policy_popup/2023/policy_popup.2023-11-07-17.01.html | 17:21 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/policy_popup/2023/policy_popup.2023-11-07-17.01.txt | 17:21 |
opendevmeet | Log: https://meetings.opendev.org/meetings/policy_popup/2023/policy_popup.2023-11-07-17.01.log.html | 17:21 |
croelandt | stephenfin: Hey! I think I was a bit too enthusiastic with that "Bulk move" button on Jira, and I ended up moving https://bugzilla.redhat.com/show_bug.cgi?id=1701860 (from OSP-5187 to OSPRH-747). This is a minor bug to be honest, so do you think it should go on QA, or can we just keep the BZ closed? | 18:46 |
croelandt | I think I'll close OSPRH-747 anyway | 18:46 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!