Thursday, 2022-05-19

*** rlandy|bbl is now known as rlandy|out00:45
fricklerrawtaz: the compute fip functions are legacy from the time when nova-network existed. they should behave identical now when an instance has only a single port attached, but I don't know what happens when there are multiple ports. the networking call allows you to decide for yourself in that case07:38
*** rlandy|out is now known as rlandy10:27
rawtazfrickler: hmm ok. so in short dont use the compute one, instead use the networking one. i dont see the former being marked deprecated in the openstack provider in terraform docs. regardless, an interface and a port is the same thing i presume?11:14
fricklerrawtaz: mostly the same I think. port is the more abstract object definition in Neutron, interface is what is created from the port when it is attached to an instance or other device, but that distinction is likely academic11:25
rawtazyeah11:25
*** rlandy is now known as rlandy|mtg11:26
*** rlandy|mtg is now known as rlandy12:02
*** timburke__ is now known as timburke17:28
aningHi test19:31
aningAnybody know when barbican start to store cyber_text and plugin_meta in kek_data and encrypted_data DB tables as hex string?19:34
aningNow with a Victoria system, retrieving secret with payload fails with 500 error in barbican-api19:38
aningThe trace back is something like this: 2022-05-17 17:18:28.422 69968 ERROR barbican.api.controllers     secret_dto = retrieve_plugin.get_secret(secret_model.secret_type, 2022-05-17 17:18:28.422 69968 ERROR barbican.api.controllers   File "/usr/lib/python3/dist-packages/barbican/plugin/store_crypto.py", line 129, in get_secret 2022-05-17 17:18:28.422 69968 ERROR barbican.api.controllers     encrypted = base64.b64de19:39
aning2022-05-17 17:18:28.422 69968 ERROR barbican.api.controllers   File "/usr/lib/python3.9/base64.py", line 87, in b64decode 2022-05-17 17:18:28.422 69968 ERROR barbican.api.controllers     return binascii.a2b_base64(s) 2022-05-17 17:18:28.422 69968 ERROR barbican.api.controllers binascii.Error: Invalid base64-encoded string: number of data characters (273) cannot be 1 more than a multiple of 419:40
dmendiza[m]aning: are you using Castellan -> Vault as a backend?21:57
dmendiza[m]aning: could be related to this: https://review.opendev.org/c/openstack/barbican/+/79606521:57
aningNo, postgresSQL as the backend21:58
dmendiza[m]aning: I mean crypto-backend22:07
dmendiza[m]not storage-backend22:07
aningOh, it's simple_crpto22:10
aningstore_crypto.py22:11

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