Wednesday, 2019-11-13

*** jamesmcarthur has joined #openstack-keystone01:39
*** gyee has quit IRC01:41
*** ileixe has quit IRC01:57
*** ileixe has joined #openstack-keystone01:59
*** ileixe has quit IRC02:00
*** ileixe has joined #openstack-keystone02:00
*** jamesmcarthur has quit IRC02:13
*** jamesmcarthur has joined #openstack-keystone02:40
*** jamesmcarthur has quit IRC02:43
*** jamesmcarthur has joined #openstack-keystone02:54
*** kumar_biplab has joined #openstack-keystone03:39
*** ileixe has quit IRC03:46
*** ileixe has joined #openstack-keystone03:50
*** awalende has joined #openstack-keystone03:54
*** awalende has quit IRC03:59
*** dave-mccowan has quit IRC04:02
*** jamesmcarthur has quit IRC04:11
*** dave-mccowan has joined #openstack-keystone04:12
*** tkajinam has quit IRC04:26
*** tkajinam has joined #openstack-keystone04:33
*** dave-mccowan has quit IRC05:05
*** tkajinam_ has joined #openstack-keystone05:08
*** tkajinam has quit IRC05:11
*** shyamb has joined #openstack-keystone05:12
*** shyamb has quit IRC05:17
*** shyamb has joined #openstack-keystone05:30
*** tkajinam_ has quit IRC05:34
*** tkajinam has joined #openstack-keystone05:36
*** tkajinam has quit IRC06:03
*** tkajinam has joined #openstack-keystone06:05
*** tkajinam has quit IRC06:30
*** tkajinam has joined #openstack-keystone06:31
*** tkajinam has quit IRC06:31
*** Luzi has joined #openstack-keystone06:40
*** shyamb has quit IRC06:42
*** tkajinam has joined #openstack-keystone07:01
*** shyamb has joined #openstack-keystone07:04
*** dklyle has quit IRC07:19
*** dklyle has joined #openstack-keystone07:19
*** shyamb has quit IRC07:49
*** trident has quit IRC07:57
*** tesseract has joined #openstack-keystone08:00
*** trident has joined #openstack-keystone08:06
*** awalende has joined #openstack-keystone08:16
*** ivve has joined #openstack-keystone08:19
*** Blinkiz has joined #openstack-keystone08:26
BlinkizHello. Am having problem getting a token for "role:admin and system_scope:all" when using enforce_scope = True as recommendation in Keystone train release notes. Am using openstacksdk library which uses keystoneauth1. It seems like openstacksdk requires domain part but then the system-scope is ignored. Am having problem understanding where the08:34
Blinkizproblem. It would be highly appreciated if someone with knowledge about keystone could comment on https://storyboard.openstack.org/#!/story/2006839 with a pointer where the problem probably are. Am guessing in openstacksdk but am not sure.08:34
*** tkajinam has quit IRC08:35
Blinkizos_keystone_service08:38
Blinkizoh, sorry. wrong chat for that "os_keystone_service" text :)08:39
*** yan0s has joined #openstack-keystone08:40
*** shyamb has joined #openstack-keystone09:05
*** dancn has joined #openstack-keystone09:10
*** jistr has quit IRC09:19
*** jistr has joined #openstack-keystone09:20
*** jistr has quit IRC09:29
*** jistr has joined #openstack-keystone09:36
*** ileixe has quit IRC09:47
*** ileixe has joined #openstack-keystone09:48
*** shyamb has quit IRC09:57
*** shyamb has joined #openstack-keystone10:06
*** ileixe has quit IRC10:16
*** shyamb has quit IRC10:37
*** shyamb has joined #openstack-keystone10:58
*** jamesmcarthur has joined #openstack-keystone11:09
*** jamesmcarthur has quit IRC11:10
*** kumar_biplab has quit IRC11:10
*** shyamb has quit IRC12:04
*** raildo has joined #openstack-keystone12:06
*** shyamb has joined #openstack-keystone12:15
*** shyamb has quit IRC12:22
*** shyamb has joined #openstack-keystone12:33
*** bengates has joined #openstack-keystone12:51
*** rcernin has quit IRC12:54
bengatesHello, when trying to use openid authentication with keystone the GET /auth/OS-FEDERATION/identity_providers/myidp/protocols/openid/websso request is returning a redirect to the same location rather than GET /v3/auth/OS-FEDERATION/websso/mapped.12:54
bengatesWould anyone be able to suggest a reason for that?12:55
*** dave-mccowan has joined #openstack-keystone12:55
*** dave-mccowan has quit IRC13:00
*** shyamb has quit IRC13:03
*** jamesmcarthur has joined #openstack-keystone13:16
openstackgerritSean McGinnis proposed openstack/keystonemiddleware master: Fix DeprecationWarning: invalid escape sequence issues  https://review.opendev.org/69406713:17
*** jamesmcarthur has quit IRC13:32
*** jamesmcarthur has joined #openstack-keystone13:33
*** jamesmcarthur has quit IRC13:35
*** jamesmcarthur has joined #openstack-keystone13:53
lbragstadBlinkiz you need to adjust your parameters here14:04
lbragstadhttps://storyboard.openstack.org/#!/story/2006839#comment-14726814:04
lbragstadBlinkiz http://paste.openstack.org/show/786040/ should do the trick14:05
lbragstadthe reason why you're seeing the second error message about a missing domain parameter is because you're using a username in your request.14:05
lbragstadusernames are namespaced to domains in keystone, while user IDs are globally unique, so if you pass keystone a request with a username it will expect to find a domain so that it knows exactly which user you're referencing14:06
lbragstadfor example, you can have two domains, one called Foo and one called Bar, each domain can have a user named 'alice'.14:06
lbragstadif alice@Foo authenticates with her user name (e.g., 'alice'), she'll need to supply the domain she is a part of.14:07
lbragstadBlinkiz i left a comment on the story - https://storyboard.openstack.org/#!/story/2006839#comment-14729014:20
lbragstadcmurphy thanks for the write up14:37
*** Luzi has quit IRC14:52
*** tesseract has quit IRC14:52
*** tesseract has joined #openstack-keystone14:55
*** dancn has quit IRC14:55
*** dancn has joined #openstack-keystone15:00
*** bengates has quit IRC15:05
*** efried has quit IRC15:06
*** jamesmcarthur has quit IRC15:31
*** awalende has quit IRC15:33
*** awalende has joined #openstack-keystone15:33
lbragstadcmurphy i'm curious if you have thoughts on backporting the fix for https://review.opendev.org/#/c/655166/ to stable/queens15:37
*** awalende has quit IRC15:38
lbragstadwe refactored a whole bunch of the token provider code in rocky, so it's going to conflict, but i have a patch up that is functionally equivalent to what's been proposed and merged to master, train, stein, and rocky.15:38
lbragstadhttps://review.opendev.org/#/c/694096/115:38
*** dancn has quit IRC15:51
*** dancn has joined #openstack-keystone15:57
cmurphylbragstad: my only hesitation with backporting that so far is the "risk of regression" consideration in the stable policy, just because of how much disagreement there was over that patch in the beginning16:01
cmurphylbragstad: the other thing is that queens just went EM so there won't be another release, if that matters to you16:02
*** dancn has quit IRC16:02
lbragstadtrue - i was looking at that status on releases.openstack.org16:02
lbragstadthe page hadn't been updated yet it looks like16:03
lbragstadfor EM - i think we would just pull the branch in and release it anyway16:12
*** gyee has joined #openstack-keystone16:18
*** ivve has quit IRC16:26
*** jaosorior has joined #openstack-keystone16:51
*** yan0s has quit IRC16:53
*** jaosorior has quit IRC17:12
cmurphyvishakha: gagehugo bnemec lbragstad knikolla gyee rm_work I just had a massive brain wipeout and scheduled travel for next week during the PTG, it's not set in stone yet but how many of you could make it if we rescheduled to tomorrow (thursday) or monday?17:19
lbragstadi have a few meetings tomorrow afternoon (CST)17:20
lbragstadi have one meeting at 9 AM CST on monday though17:20
vishakhacmurphy:  I am available for both tomorrow as well as Monday17:20
knikollai have a meeting 11am-noon EST tomorrow but free otherwise.17:21
bnemecThursday I should be able to do. Monday will likely overlap the Oslo meeting at 9 central time (1500 UTC).17:24
gyeecmurphy, tomorrow anytime after 1700 UTC works for me17:28
cmurphyokay i think it's too hard to reschedule a 3 hour slot, will keep it the same and i'll see if i can move my travel to the afternoon17:33
rm_workHmm ok yeah I would have to talk with the guy who's working on the spec we wanted to discuss, and I don't know that he was done with it yet either :(17:37
rm_workIf you can't reschedule though, I'll reach out to him and see if he's close to ready17:38
cmurphyrm_work: from the straw poll i think it's too hard to reschedule the ptg and i'll change my travel instead, if he's not ready to discuss it on tuesday we could have an ad-hoc meeting at a later time17:39
rm_workI think he should be ready Tuesday, just tomorrow would have been hard :D17:41
cmurphyunderstandable17:42
cmurphyi was going to read the rfc and haven't done that yet either >.>17:43
gyeelink to the RFC?17:47
gyeeah, 7644, got it17:47
*** tesseract has quit IRC18:35
gagehugocmurphy: I am free from 1600 to 1900 UTC tomorrow, Monday will depend on time18:36
*** raildo has quit IRC18:55
*** jamesmcarthur has joined #openstack-keystone19:00
*** jamesmcarthur has quit IRC19:10
*** jamesmcarthur has joined #openstack-keystone19:50
*** jamesmcarthur has quit IRC19:51
*** jamesmcarthur has joined #openstack-keystone19:52
*** jamesmcarthur has quit IRC19:53
*** dklyle has quit IRC20:20
*** dklyle has joined #openstack-keystone20:23
*** jaosorior has joined #openstack-keystone20:26
*** gshippey has quit IRC21:33
*** rcernin has joined #openstack-keystone22:32
*** jaosorior has quit IRC22:55
*** tkajinam has joined #openstack-keystone23:06
*** awalende has joined #openstack-keystone23:25
*** awalende has quit IRC23:29

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!