*** everjeje has quit IRC | 00:42 | |
*** gyee has quit IRC | 00:53 | |
*** nkinder has quit IRC | 00:57 | |
*** elmiko_ has joined #openstack-barbican | 01:03 | |
*** elmiko has quit IRC | 01:06 | |
*** elmiko_ has quit IRC | 01:11 | |
*** elmiko has joined #openstack-barbican | 01:20 | |
*** tkelsey has joined #openstack-barbican | 01:23 | |
*** tkelsey has quit IRC | 01:27 | |
*** vivek-ebay has quit IRC | 01:31 | |
*** vivek-ebay has joined #openstack-barbican | 01:33 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-barbicanclient: Updated from global requirements https://review.openstack.org/210916 | 01:38 |
---|---|---|
*** jhfeng has joined #openstack-barbican | 01:41 | |
openstackgerrit | Zhenyu Zheng proposed openstack/barbican: Drop downgrade field in alembic script.py.mako and version https://review.openstack.org/209323 | 01:43 |
*** elmiko_ has joined #openstack-barbican | 01:48 | |
*** elmiko_ has quit IRC | 01:51 | |
*** elmiko has quit IRC | 01:52 | |
*** zz_dimtruck is now known as dimtruck | 02:03 | |
*** edtubill has joined #openstack-barbican | 02:06 | |
*** ngupta has joined #openstack-barbican | 02:07 | |
*** jhfeng has quit IRC | 02:10 | |
*** vivek-ebay has quit IRC | 02:23 | |
*** woodster_ has quit IRC | 02:30 | |
*** ngupta has quit IRC | 02:40 | |
*** ngupta has joined #openstack-barbican | 02:44 | |
*** david-lyle has quit IRC | 03:21 | |
*** ngupta has quit IRC | 03:26 | |
*** xaeth_afk is now known as xaeth | 03:36 | |
*** xaeth is now known as xaeth_afk | 03:39 | |
*** dimtruck is now known as zz_dimtruck | 03:54 | |
*** Nirupama has joined #openstack-barbican | 04:24 | |
pksingh | Hi Folks, could you please review https://review.openstack.org/#/c/206770/ and https://review.openstack.org/#/c/206782/ , thanks in advance | 04:39 |
*** david-lyle has joined #openstack-barbican | 04:40 | |
pksingh | Hi reaperhul, are you around? | 04:47 |
pksingh | Hi reaperhulk , are you around? | 04:48 |
reaperhulk | pksingh: I'm about to go to bed but what's up | 04:48 |
pksingh | reaperhulk: ahh, sorry for disturbance | 04:48 |
reaperhulk | pksingh: that's okay | 04:49 |
reaperhulk | what's up? | 04:49 |
pksingh | reaperhulk: i was told by alee that you are working on py3 support for barbican | 04:49 |
reaperhulk | pksingh: I should be, but have not started :( | 04:49 |
rm_work | reaperhulk: how bad is it right now? | 04:49 |
reaperhulk | barbican doesn't have any blockers though (other than the project is overly lax about string vs bytes) | 04:49 |
pksingh | actually i have started and registered a blueprint for that | 04:49 |
reaperhulk | pksingh: terrific! | 04:49 |
pksingh | i have also submitted some patches at https://blueprints.launchpad.net/barbican/+spec/barbican-py3 | 04:50 |
pksingh | there is one issue, can i discuss little bit if you have time, | 04:51 |
reaperhulk | sure | 04:51 |
reaperhulk | is it python-ldap? :) | 04:51 |
pksingh | yes | 04:51 |
pksingh | :) | 04:51 |
pksingh | ldap3 apis are not similer to python-ldap | 04:51 |
pksingh | so i was planning to mock ldap for time being and submitted a patch for that https://review.openstack.org/#/c/208784/ | 04:52 |
rm_work | pksingh: i notice your patches are not in a dependency chain -- this makes it hard to test them all together to see actually how much progress is made | 04:52 |
rm_work | i mean, not THAT hard, but | 04:52 |
pksingh | yes i am sorry | 04:53 |
rm_work | i am surprised you are splitting it up this much :P | 04:53 |
reaperhulk | pksingh: I think the ultimate solution is going to be to remove that dependency | 04:53 |
rm_work | that said, cool that work is progressing! | 04:53 |
reaperhulk | it is used for validation, but that validation can be performed better with cryptography 0.9 | 04:53 |
reaperhulk | (barbican already depends on pyca/cryptography) | 04:53 |
rm_work | when I did py3 for octavia, i pretty much just did it as one ginormous change | 04:53 |
rm_work | (not that it's better to do it that way, i like your way better) | 04:54 |
pksingh | rm_work, ok i will do the same | 04:54 |
rm_work | nah, just do dependencies | 04:54 |
rm_work | splitting it up makes it much simpler to review | 04:54 |
reaperhulk | pksingh: no smaller CRs is good :) | 04:54 |
pksingh | rm_work: ok | 04:54 |
rm_work | yes :P | 04:54 |
rm_work | did not mean to say you should follow my example, lol | 04:54 |
pksingh | so for timebeing can we go with mocking ldap | 04:54 |
pksingh | i will change it to ldap3 or some other options as i get that | 04:55 |
pksingh | rm_work: what do you think ^^ | 04:59 |
rm_work | i'd have to see what reaperhulk is talking about, with regard to ldap just being for validation | 04:59 |
rm_work | if it's possible to remove the dependency on ldap altogether, that'd be awesome, if pyca can do all the validation it is doing currently | 05:00 |
pksingh | actually i have very less idea about what kind of validation it is | 05:00 |
rm_work | where is it actually used? | 05:00 |
pksingh | let me give you the link | 05:01 |
rm_work | is it literally just in the tests? | 05:02 |
reaperhulk | oh it's being used in CSR generation too | 05:02 |
reaperhulk | so you need cryptography 1.0 | 05:02 |
reaperhulk | which will probably be out tomorrow. | 05:02 |
rm_work | heh | 05:02 |
pksingh | https://github.com/openstack/barbican/blob/master/barbican/common/validators.py#L540 | 05:02 |
rm_work | ah validating DNs | 05:02 |
rm_work | really needed the ldap lib for that? T_T | 05:03 |
reaperhulk | it's also in https://github.com/openstack/barbican/blob/91ec979ae8c5e1671357b13b564dc5d8c25011d0/barbican/tasks/certificate_resources.py | 05:03 |
pksingh | yes | 05:03 |
rm_work | for the same reason | 05:03 |
rm_work | ok | 05:03 |
rm_work | yeah so if pyca will do DN validation... | 05:03 |
rm_work | no more ldap dependency | 05:03 |
rm_work | success! | 05:03 |
reaperhulk | cryptography will give you a Name object that contains NameAttributes, which have an oid and a value | 05:04 |
reaperhulk | And you can do whatever you want with it | 05:04 |
reaperhulk | no gross LDAP strings | 05:04 |
rm_work | well the strings come in from the user | 05:04 |
rm_work | they just use str2dn to validate that the DN is acceptable | 05:05 |
rm_work | it looks like | 05:05 |
reaperhulk | for the love of god don't let users specify ldap encoded DNs | 05:05 |
* reaperhulk cries | 05:05 | |
rm_work | just looking where it comes from | 05:05 |
rm_work | it seems to come from order metadata | 05:05 |
rm_work | which is user specified isn't it? | 05:05 |
reaperhulk | probably | 05:05 |
rm_work | T_T | 05:05 |
reaperhulk | okay bed | 05:06 |
rm_work | night reaperhulk | 05:06 |
pksingh | reaperhulk: good night thanks | 05:06 |
pksingh | rm_work: could you please suggest the solution to this problem | 05:07 |
rm_work | pksingh: reaperhulk was saying that cryptography 1.0 would do the same validation | 05:08 |
rm_work | so basically you'd just need to replace the ldap validation with validation from cryptography (pyca) | 05:08 |
pksingh | rm_work: i will check the same, thanks a lot...could you please review my patches :) | 05:09 |
*** tkelsey has joined #openstack-barbican | 05:24 | |
*** tkelsey has quit IRC | 05:31 | |
*** edtubill has quit IRC | 06:10 | |
*** shohel has joined #openstack-barbican | 06:39 | |
*** nickrmc83 has joined #openstack-barbican | 07:06 | |
*** tkelsey has joined #openstack-barbican | 08:22 | |
*** shohel has quit IRC | 09:31 | |
*** shohel has joined #openstack-barbican | 09:31 | |
*** shohel has quit IRC | 10:07 | |
*** shohel has joined #openstack-barbican | 10:08 | |
*** edtubill has joined #openstack-barbican | 11:36 | |
*** edtubill has quit IRC | 11:44 | |
*** alee_ has quit IRC | 11:50 | |
*** zz_dimtruck is now known as dimtruck | 11:53 | |
*** shohel has quit IRC | 12:01 | |
*** shohel has joined #openstack-barbican | 12:01 | |
*** openstackgerrit_ has joined #openstack-barbican | 12:02 | |
*** dtadrzak_ has quit IRC | 12:26 | |
*** DTadrzak has joined #openstack-barbican | 12:27 | |
*** Nirupama has quit IRC | 12:27 | |
*** kfarr has joined #openstack-barbican | 12:33 | |
*** rellerreller has joined #openstack-barbican | 12:33 | |
*** dimtruck is now known as zz_dimtruck | 12:43 | |
*** openstackgerrit_ has quit IRC | 12:51 | |
*** openstackgerrit_ has joined #openstack-barbican | 12:56 | |
*** lisaclark1 has joined #openstack-barbican | 12:59 | |
*** lisaclark1 has quit IRC | 13:00 | |
*** lisaclark1 has joined #openstack-barbican | 13:00 | |
*** elmiko has joined #openstack-barbican | 13:05 | |
*** shohel has quit IRC | 13:13 | |
*** nkinder has joined #openstack-barbican | 13:20 | |
*** shohel has joined #openstack-barbican | 13:26 | |
*** david-lyle has quit IRC | 13:36 | |
*** alee_ has joined #openstack-barbican | 13:36 | |
*** lisaclark1 has quit IRC | 13:48 | |
*** zz_dimtruck is now known as dimtruck | 13:54 | |
*** lisaclark1 has joined #openstack-barbican | 13:54 | |
*** openstackgerrit_ has quit IRC | 13:55 | |
*** openstackgerrit_ has joined #openstack-barbican | 13:56 | |
*** spotz_zzz is now known as spotz | 14:00 | |
*** diazjf has joined #openstack-barbican | 14:00 | |
*** ngupta has joined #openstack-barbican | 14:01 | |
*** dave-mccowan has quit IRC | 14:12 | |
*** openstackgerrit_ has quit IRC | 14:17 | |
*** openstackgerrit_ has joined #openstack-barbican | 14:18 | |
*** edtubill has joined #openstack-barbican | 14:19 | |
openstackgerrit | Merged openstack/barbican: Skip Bandit Checks on Functional Test Code https://review.openstack.org/210576 | 14:20 |
*** pglass has joined #openstack-barbican | 14:23 | |
*** nelsnelson has joined #openstack-barbican | 14:29 | |
*** dave-mccowan has joined #openstack-barbican | 14:29 | |
*** openstackgerrit_ has quit IRC | 14:31 | |
*** xaeth_afk is now known as xaeth | 14:33 | |
*** lisaclark1 has quit IRC | 14:55 | |
*** lisaclark1 has joined #openstack-barbican | 14:57 | |
*** shohel has quit IRC | 15:02 | |
*** rellerreller has quit IRC | 15:02 | |
*** kfarr has quit IRC | 15:02 | |
*** rellerreller has joined #openstack-barbican | 15:07 | |
*** silos has joined #openstack-barbican | 15:10 | |
*** david-lyle has joined #openstack-barbican | 15:15 | |
*** lisaclark1 has quit IRC | 15:19 | |
*** nickrmc83 has quit IRC | 15:23 | |
*** lisaclark1 has joined #openstack-barbican | 15:26 | |
*** kfarr has joined #openstack-barbican | 15:31 | |
*** darrenmoffat has quit IRC | 15:35 | |
*** darrenmoffat has joined #openstack-barbican | 15:36 | |
*** chadlung has joined #openstack-barbican | 15:38 | |
*** vivek-ebay has joined #openstack-barbican | 15:41 | |
*** nickrmc83 has joined #openstack-barbican | 15:44 | |
*** woodster_ has joined #openstack-barbican | 15:47 | |
*** rm_work is now known as rm_work|away | 15:49 | |
*** vivek-ebay has quit IRC | 15:49 | |
*** nickrmc83 has quit IRC | 15:58 | |
*** gyee has joined #openstack-barbican | 16:03 | |
*** lisaclark1 has quit IRC | 16:06 | |
*** openstackgerrit_ has joined #openstack-barbican | 16:08 | |
*** lisaclark1 has joined #openstack-barbican | 16:14 | |
openstackgerrit | Merged openstack/barbican: Catch any exception from base64.b64decode during validation https://review.openstack.org/211224 | 16:17 |
*** kfarr has quit IRC | 16:19 | |
*** ig0r_ has joined #openstack-barbican | 16:20 | |
*** kfarr has joined #openstack-barbican | 16:26 | |
*** vivek-ebay has joined #openstack-barbican | 16:29 | |
*** vivek-ebay has quit IRC | 16:30 | |
alee_ | rellerreller, kfarr ping | 16:32 |
kfarr | alee_ pong! | 16:32 |
rellerreller | alee_ pong | 16:32 |
alee_ | rellerreller, kfarr - do you have any client code that tests -- creating an encrypted volume and using nova to start up an instance with that volume? | 16:33 |
*** vivek-ebay has joined #openstack-barbican | 16:33 | |
alee_ | (presumably using castellan and barbican) | 16:33 |
kfarr | alee_ there is a tempest test, but it does not use barbican as the backend | 16:33 |
kfarr | I think it just uses a fixed key | 16:33 |
alee_ | kfarr, interesting -- where is that test? | 16:34 |
kfarr | alee_ castellan is not integrated in cinder yet, it's using a key manager interface that Castellan is based on | 16:34 |
alee_ | kfarr, I thought there was a test that used barbican -- ie. the one that we ended up breaking at some point? | 16:35 |
kfarr | alee_ https://github.com/openstack/tempest/blob/master/tempest/scenario/test_encrypted_cinder_volumes.py | 16:35 |
alee_ | kfarr, ok good to know. | 16:35 |
kfarr | alee_, the part that was breaking was because of some cinder unit tests | 16:35 |
kfarr | the barbican API changed and so the unit tests were using methods that didn't exist anymore | 16:36 |
*** vivek-ebay has quit IRC | 16:36 | |
alee_ | kfarr, ah. | 16:36 |
kfarr | alee_, those unit tests were here: https://github.com/openstack/cinder/blob/master/cinder/tests/unit/keymgr/test_barbican.py | 16:36 |
alee_ | kfarr, rellerreller is there another test for encrypted images? | 16:36 |
alee_ | ie glance? | 16:36 |
rellerreller | alee_ encrypted images in glance has not yet been implemented | 16:37 |
rellerreller | alee_ there is a spec out for this and image signing. | 16:37 |
alee_ | rellerreller, so just a spec and no code yet? | 16:37 |
rellerreller | alee_ https://review.openstack.org/#/c/177948/ | 16:38 |
rellerreller | alee_ we have some internal code as proof of concept at least for image signing. | 16:38 |
rellerreller | alee_ I'm not sure if we have the code for encryption yet. I would have to check with bpoulos | 16:38 |
rellerreller | alee_ we are waiting for the spec to be approved and then we will submit code. This will likely not be included until Mitaka. | 16:39 |
alee_ | rellerreller, any chance of getting access to that code? I'd like to see if I can set it up. or would that run afoul of your policies ? | 16:40 |
rellerreller | alee_ I'm not sure about that. We would have to get code through our prepub process first. | 16:41 |
rellerreller | alee_ what are you trying to do? | 16:41 |
alee_ | rellerreller, gotcha no prob | 16:41 |
*** xaeth is now known as xaeth_afk | 16:41 | |
alee_ | rellerreller, just get a sense of how it all works together | 16:41 |
alee_ | rellerreller, I can wait till the CRs are submitted | 16:42 |
alee_ | rellerreller, kfarr interesting that barbican broke the unit tests -- seems like barbican is mocked .. | 16:42 |
alee_ | or maybe it wasn't before ... | 16:42 |
rellerreller | alee_ I'll run it up the flag pole to see what projects leads say. | 16:43 |
kfarr | alee_ I think that was the solution after the API changed | 16:43 |
alee_ | rellerreller, thanks | 16:43 |
rellerreller | alee_ I think we could post a wip, but I do not know when that would be. | 16:43 |
rellerreller | alee_ do you only care about image encryption or would image signing work? | 16:43 |
*** ig0r_ has quit IRC | 16:48 | |
kfarr | alee_ in case you are curious, this is the bug that was filed when the cinder gate was broken: https://bugs.launchpad.net/cinder/+bug/1388461 | 16:52 |
openstack | Launchpad bug 1388461 in Cinder juno "cinder.tests.keymgr.test_barbican fails with barbicanclient 3.0.0" [Critical,Fix released] - Assigned to Brianna Poulos (brianna-poulos) | 16:52 |
alee_ | thanks | 16:53 |
*** alee_ is now known as alee_lunch | 16:59 | |
openstackgerrit | Amy Marrich proposed openstack/barbican: Removes uwsgi and pyenv from barbican.sh https://review.openstack.org/211671 | 16:59 |
*** rellerreller has quit IRC | 17:01 | |
*** vivek-ebay has joined #openstack-barbican | 17:08 | |
*** vivek-ebay has quit IRC | 17:10 | |
*** rellerreller has joined #openstack-barbican | 17:11 | |
*** lisaclark1 has quit IRC | 17:18 | |
openstackgerrit | Merged openstack/python-barbicanclient: Updated from global requirements https://review.openstack.org/210916 | 17:23 |
*** peter-hamilton has joined #openstack-barbican | 17:27 | |
*** lisaclark1 has joined #openstack-barbican | 17:43 | |
*** lisaclark1 has quit IRC | 17:43 | |
*** lisaclark1 has joined #openstack-barbican | 17:44 | |
*** rellerreller has quit IRC | 18:03 | |
*** tkelsey has quit IRC | 18:04 | |
*** openstackgerrit_ has quit IRC | 18:06 | |
*** rellerreller has joined #openstack-barbican | 18:14 | |
*** ig0r_ has joined #openstack-barbican | 18:18 | |
*** ig0r_ has quit IRC | 18:18 | |
*** alee_lunch is now known as alee_ | 18:20 | |
*** kfarr has quit IRC | 18:28 | |
*** ig0r_ has joined #openstack-barbican | 18:28 | |
*** xaeth_afk is now known as xaeth | 18:29 | |
*** kfarr has joined #openstack-barbican | 18:29 | |
*** rellerreller_ has joined #openstack-barbican | 18:30 | |
*** rellerreller has quit IRC | 18:31 | |
*** tkelsey has joined #openstack-barbican | 18:31 | |
*** lisaclark1 has quit IRC | 18:32 | |
*** diazjf has quit IRC | 18:34 | |
*** tkelsey has quit IRC | 18:35 | |
*** vivek-ebay has joined #openstack-barbican | 18:47 | |
openstackgerrit | Merged openstack/castellan: Add managed objects hierarchy https://review.openstack.org/191884 | 18:47 |
woodster_ | rm_you: kfarr | 18:47 |
woodster_ | ^^^^ | 18:47 |
kfarr | woodster_, you're awesome!! Thank you! | 18:48 |
*** diazjf has joined #openstack-barbican | 18:49 | |
woodster_ | kfarr: ha I had the easy job, thanks for keeping after these CRs... | 18:49 |
*** rm_work|away is now known as rm_work | 18:54 | |
*** ig0r_ has quit IRC | 18:59 | |
*** pglass has quit IRC | 19:00 | |
*** pglass has joined #openstack-barbican | 19:03 | |
*** vivek-ebay has quit IRC | 19:04 | |
*** ig0r_ has joined #openstack-barbican | 19:05 | |
rm_work | woo | 19:05 |
*** peter-hamilton has quit IRC | 19:16 | |
*** lisaclark1 has joined #openstack-barbican | 19:20 | |
*** lisaclark1 has quit IRC | 19:20 | |
*** lisaclark1 has joined #openstack-barbican | 19:20 | |
*** gyee has quit IRC | 19:31 | |
*** everjeje has joined #openstack-barbican | 19:33 | |
rm_work | kfarr: next castellan CR ready to go? | 19:34 |
rm_work | https://review.openstack.org/#/c/203227/ <-- this right? | 19:34 |
kfarr | Yes, that one is one of the blocking CRs | 19:35 |
rm_work | let's get this moving then! | 19:35 |
rm_work | it's ready to merge in your opinion? | 19:35 |
rm_work | redrobot / woodster_: ^^ review plox | 19:35 |
*** rellerreller_ has quit IRC | 19:40 | |
rm_work | ^^ pretty please | 19:54 |
rm_work | redrobot / woodster_ ^^ | 19:54 |
*** ig0r_ has quit IRC | 19:58 | |
*** lisaclark1 has quit IRC | 19:59 | |
rm_work | redrobot / woodster_ / chellygel ^^ | 20:06 |
*** ig0r_ has joined #openstack-barbican | 20:08 | |
*** kfarr has quit IRC | 20:12 | |
*** morgan_503 is now known as morgan_404 | 20:23 | |
*** igueths has joined #openstack-barbican | 20:30 | |
*** tkelsey has joined #openstack-barbican | 20:32 | |
*** tkelsey has quit IRC | 20:36 | |
*** mixos has joined #openstack-barbican | 20:43 | |
* elmiko imagines rm_work as one of the subway workers in japan pushing people on to stuffed trains | 20:47 | |
*** edtubill has quit IRC | 20:48 | |
*** diazjf has quit IRC | 20:48 | |
*** ngupta has quit IRC | 20:48 | |
*** mixos has quit IRC | 20:50 | |
dave-mccowan | alee ping | 20:52 |
dave-mccowan | alee_ ping | 20:54 |
alee_ | dave-mccowan, hey -- in meeting - whats up? | 20:54 |
dave-mccowan | i'm looking at some order code. in certificate_resources.py, there is a reference to "subject_dn". in test_certificate_resources.py the key used is "subject_name". do you know which one is "right"? | 20:55 |
*** ig0r_ has quit IRC | 20:58 | |
*** morgan_404 is now known as morgan_410 | 21:04 | |
alee_ | dave-mccowan, interesting | 21:04 |
*** morgan_410 is now known as morgan_404 | 21:05 | |
alee_ | dave-mccowan, is the test being done a dogtag specific test? | 21:05 |
dave-mccowan | alee_ no, straight unit test. hmm, in test_dogtag.py, i don't see the subject at all in the order. | 21:10 |
*** gyee has joined #openstack-barbican | 21:17 | |
*** edtubill has joined #openstack-barbican | 21:21 | |
alee_ | dave-mccowan, sorry just got out of meeting .. | 21:24 |
dave-mccowan | alee_ no worries. order code seems broken in a couple ways. :-( i'm swapping out ldap for ldap3, and it's exposed some problems. | 21:26 |
alee_ | dave-mccowan, well thats a good thing then .. | 21:26 |
alee_ | dave-mccowan, what else have you noticed? | 21:27 |
dave-mccowan | alee_ according the spec, the meta parameter should be "subject_dn", so i made it all match. once it matches, the code that unpacks the DN is not unpacking the list of tuples correctly. | 21:29 |
dave-mccowan | alee_ i think i've got it fixed now. i'll send up the CR soon, and you can just check that. | 21:31 |
alee_ | dave-mccowan, right - its supposed to be subject_dn | 21:33 |
alee_ | looking at test | 21:33 |
alee_ | dave-mccowan, and yeah - I think the test is wrong | 21:34 |
alee_ | dave-mccowan, so theoretically, the only change you have to make is to that test | 21:35 |
alee_ | dave-mccowan, if you do that, does the test now fail? | 21:35 |
dave-mccowan | alee_, you'd think. yea, the code has a bug that was masked by the test error. certificate_resources.py:344 tries to use a for loop to unpack a tuple. i changed that to a straight assignment, and now that works too. | 21:37 |
dave-mccowan | alee_ at least it fails with ldap3 in that way. i'll changes back to ldap to see what happens. maybe that's part of the API change between ldap and ldap3. | 21:38 |
alee_ | dave-mccowan, ah - you might want to talk to reaperhulk about this .. | 21:41 |
alee_ | dave-mccowan, maybe the latest python cryptography would allow us to replace this code with something simpler | 21:41 |
rm_work | elmiko: I am just really impatient and noisy :P | 21:42 |
elmiko | rm_work, hehe, i'm just goofin around =) | 21:44 |
elmiko | but i do appreciate the noise | 21:44 |
*** xaeth is now known as xaeth_afk | 21:45 | |
*** nkinder has quit IRC | 21:46 | |
openstackgerrit | Dave McCowan proposed openstack/barbican: Replace python-ldap with ldap3 library https://review.openstack.org/211759 | 21:46 |
*** alee_ is now known as alee_driving_hom | 21:50 | |
*** alee_driving_hom is now known as alee_on_way_home | 21:51 | |
*** dave-mccowan has quit IRC | 21:51 | |
*** vivek-ebay has joined #openstack-barbican | 21:52 | |
*** vivek-ebay has quit IRC | 21:53 | |
*** xaeth_afk is now known as xaeth | 21:54 | |
*** alee_on_way_home has quit IRC | 21:56 | |
*** silos has left #openstack-barbican | 22:01 | |
*** edtubill has quit IRC | 22:01 | |
rm_work | updating a lot of stuff for the castellan-certs CR | 22:04 |
rm_work | soon will actually be ready to push up something readable-ish | 22:04 |
rm_work | quite a lot of design change actually to make it fit in the new castellan architecture | 22:04 |
rm_work | but it works | 22:04 |
rm_work | definitely will need a lot of eyes for reviewing, i am sure i missed stuff | 22:04 |
elmiko | cool, sounds intense =) | 22:09 |
elmiko | rm_work, i hope this means i can get a few reviews on the config stuff *nudge* *nudge* ;) | 22:11 |
*** igueths has quit IRC | 22:16 | |
*** mjg59 has quit IRC | 22:22 | |
*** mjg59 has joined #openstack-barbican | 22:24 | |
*** tkelsey has joined #openstack-barbican | 22:33 | |
*** spotz is now known as spotz_zzz | 22:35 | |
*** tkelsey has quit IRC | 22:37 | |
*** vivek-ebay has joined #openstack-barbican | 22:38 | |
*** pglass has quit IRC | 22:39 | |
*** dimtruck is now known as zz_dimtruck | 22:47 | |
*** alee_on_way_home has joined #openstack-barbican | 22:51 | |
*** dave-mccowan has joined #openstack-barbican | 23:10 | |
openstackgerrit | Dave McCowan proposed openstack/barbican: Replace python-ldap with ldap3 library https://review.openstack.org/211759 | 23:12 |
*** vivek-ebay has quit IRC | 23:13 | |
*** elmiko has quit IRC | 23:23 | |
rm_work | WHELP HERE GOES | 23:27 |
*** morgan_404 has quit IRC | 23:29 | |
openstackgerrit | Adam Harwell proposed openstack/castellan: Officially add Certificate Management to scope https://review.openstack.org/156623 | 23:29 |
openstackgerrit | Adam Harwell proposed openstack/castellan: Copy octavia.certmgr to Castellan https://review.openstack.org/156307 | 23:29 |
openstackgerrit | Adam Harwell proposed openstack/castellan: Add barbican implementation of CertManager https://review.openstack.org/211780 | 23:29 |
rm_work | #YOLO | 23:30 |
*** morganfainberg has joined #openstack-barbican | 23:31 | |
*** morganfainberg is now known as morgan_404 | 23:32 | |
*** chadlung has quit IRC | 23:42 | |
*** rm_work is now known as rm_work|away | 23:46 | |
*** david-lyle has quit IRC | 23:58 | |
*** david-lyle has joined #openstack-barbican | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!