| *** csaikia has quit IRC | 00:05 | |
| *** liujiong has joined #openstack-barbican | 00:48 | |
| *** catintheroof has joined #openstack-barbican | 01:02 | |
| *** catintheroof has quit IRC | 01:11 | |
| *** hieulq has quit IRC | 01:23 | |
| *** randomhack has joined #openstack-barbican | 01:40 | |
| *** randomhack has quit IRC | 01:45 | |
| *** mtreinish has quit IRC | 02:17 | |
| *** mtreinish has joined #openstack-barbican | 02:22 | |
| *** Teck7 has joined #openstack-barbican | 03:11 | |
| *** rfxn has quit IRC | 03:15 | |
| *** rfxn has joined #openstack-barbican | 03:17 | |
| *** Teck7 has quit IRC | 03:20 | |
| *** dave-mccowan has quit IRC | 03:47 | |
| *** Teck7 has joined #openstack-barbican | 04:27 | |
| *** rfxn has quit IRC | 04:30 | |
| *** rfxn has joined #openstack-barbican | 04:32 | |
| *** Teck7 has quit IRC | 04:36 | |
| *** Teck7 has joined #openstack-barbican | 04:51 | |
| *** rfxn has quit IRC | 04:54 | |
| *** rfxn has joined #openstack-barbican | 04:58 | |
| *** Teck7 has quit IRC | 04:59 | |
| *** livelace2 has joined #openstack-barbican | 06:23 | |
| *** livelace2 has quit IRC | 06:24 | |
| *** livelace has joined #openstack-barbican | 06:27 | |
| *** pcaruana has joined #openstack-barbican | 07:00 | |
| *** alee has quit IRC | 07:05 | |
| *** randomhack has joined #openstack-barbican | 07:41 | |
| *** cpuga has joined #openstack-barbican | 07:43 | |
| *** randomhack has quit IRC | 07:45 | |
| *** tung_doan has joined #openstack-barbican | 08:41 | |
| *** cpuga has quit IRC | 08:44 | |
| *** salmankhan has joined #openstack-barbican | 09:07 | |
| *** salmankhan1 has joined #openstack-barbican | 09:09 | |
| *** salmankhan has quit IRC | 09:11 | |
| *** salmankhan1 is now known as salmankhan | 09:11 | |
| *** csaikia has joined #openstack-barbican | 09:15 | |
| *** csaikia has quit IRC | 09:19 | |
| *** liujiong has quit IRC | 10:09 | |
| *** raildo has joined #openstack-barbican | 11:29 | |
| *** dave-mccowan has joined #openstack-barbican | 11:40 | |
| *** catintheroof has joined #openstack-barbican | 13:00 | |
| *** alee has joined #openstack-barbican | 13:21 | |
| *** csaikia has joined #openstack-barbican | 13:40 | |
| *** alee has quit IRC | 13:55 | |
| *** Teck7 has joined #openstack-barbican | 13:59 | |
| *** rfxn has quit IRC | 14:03 | |
| *** alee has joined #openstack-barbican | 14:21 | |
| *** cpuga has joined #openstack-barbican | 14:33 | |
| *** cpuga_ has joined #openstack-barbican | 14:35 | |
| *** cpuga has quit IRC | 14:39 | |
| *** chaynikasaikia has joined #openstack-barbican | 15:25 | |
| *** csaikia has quit IRC | 15:28 | |
| *** livelace2 has joined #openstack-barbican | 15:48 | |
| *** rmascena has joined #openstack-barbican | 15:54 | |
| *** raildo has quit IRC | 15:56 | |
| *** alee_ has joined #openstack-barbican | 16:01 | |
| *** rmascena is now known as raildo | 16:01 | |
| *** pcaruana has quit IRC | 16:27 | |
| *** chaynikasaikia has left #openstack-barbican | 16:49 | |
| *** cpuga_ has quit IRC | 17:04 | |
| *** diazjf has joined #openstack-barbican | 17:10 | |
| *** cpuga has joined #openstack-barbican | 17:19 | |
| *** salmankhan1 has joined #openstack-barbican | 17:48 | |
| *** salmankhan has quit IRC | 17:49 | |
| *** salmankhan1 is now known as salmankhan | 17:49 | |
| *** livelace2 has quit IRC | 17:55 | |
| *** salmankhan has quit IRC | 17:56 | |
| *** alee has quit IRC | 18:00 | |
| *** kfarr has joined #openstack-barbican | 20:18 | |
| *** kfarr has quit IRC | 21:07 | |
| openstackgerrit | Davanum Srinivas (dims) proposed openstack/castellan master: Vault based key manager https://review.openstack.org/483080 | 21:17 |
|---|---|---|
| *** cpuga has quit IRC | 21:20 | |
| *** cpuga_ has joined #openstack-barbican | 21:21 | |
| *** cpuga_ has quit IRC | 21:28 | |
| *** cpuga has joined #openstack-barbican | 21:28 | |
| *** raildo has quit IRC | 21:32 | |
| *** cpuga has quit IRC | 21:33 | |
| *** kfarr has joined #openstack-barbican | 21:43 | |
| kfarr | dave-mccowan I tracked down the issue with the uwsgi patch | 21:43 |
| kfarr | it's in castellan :( | 21:43 |
| dave-mccowan | kfarr :-O really? | 21:44 |
| kfarr | the uwsgi patch adds /key-manager to the base barbican URL, but castellan uses urllib.parse.urljoin to append the secret uuid to the base url | 21:45 |
| kfarr | which has the unintended side effect of stripping everything that doesn't have the forward slash at the end | 21:45 |
| kfarr | of the base url | 21:46 |
| kfarr | soo I think the options are: | 21:46 |
| kfarr | 1. add a forward slash to the end of key-manager, so it looks like /key-manager/, when the barbican URL is added to the service library | 21:47 |
| kfarr | 2. fix it in castellan and request the upper-constraints be updated | 21:47 |
| kfarr | for this release | 21:47 |
| kfarr | or 3. revert the patch, and merge it when the new dev cycle is open so that we can update castellan to handle this case properly | 21:48 |
| kfarr | I'm not so sure 1 is a valid option | 21:49 |
| kfarr | not sure if it messes other things up | 21:49 |
| kfarr | or we can require everyone who uses castellan for the next release to hardcode the barbican endpoint as http://ip-address/key-manager/ (with the forward slash) but that seems like a giant pain | 21:51 |
| kfarr | was that uwsgi patch a necessity for this dev cycle? | 21:51 |
| kfarr | I'm not so comfortable with 2 either, since it looks like a lot of big stuff has gotten merged into castellan since the last release | 21:54 |
| kfarr | Or!!! | 22:08 |
| kfarr | 4. We could merge the fix into stable/pike of castellan and make a new release of that | 22:08 |
| *** alee_ has quit IRC | 22:18 | |
| openstackgerrit | Kaitlin Farr proposed openstack/castellan master: Append a forward slash to the base_url https://review.openstack.org/491941 | 22:29 |
| openstackgerrit | Kaitlin Farr proposed openstack/barbican master: Revert "Use devstack functions for deploying barbican-svc" https://review.openstack.org/491944 | 22:38 |
| openstackgerrit | Kaitlin Farr proposed openstack/barbican master: Revert "Use devstack functions for deploying barbican-svc" https://review.openstack.org/491944 | 22:39 |
| *** kfarr has quit IRC | 22:43 | |
| *** pbourke has quit IRC | 23:07 | |
| *** alee_ has joined #openstack-barbican | 23:09 | |
| *** pbourke has joined #openstack-barbican | 23:09 | |
| *** catintheroof has quit IRC | 23:29 | |
| rm_work | ah | 23:46 |
| rm_work | I was just going to ask why I can't get barbican stuff in OSC in devstack | 23:46 |
| rm_work | i assume that's what you were addressing above | 23:46 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!