*** rlandy|bbl is now known as rlandy|out | 00:45 | |
frickler | rawtaz: 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 case | 07:38 |
---|---|---|
*** rlandy|out is now known as rlandy | 10:27 | |
rawtaz | frickler: 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 |
frickler | rawtaz: 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 academic | 11:25 |
rawtaz | yeah | 11:25 |
*** rlandy is now known as rlandy|mtg | 11:26 | |
*** rlandy|mtg is now known as rlandy | 12:02 | |
*** timburke__ is now known as timburke | 17:28 | |
aning | Hi test | 19:31 |
aning | Anybody know when barbican start to store cyber_text and plugin_meta in kek_data and encrypted_data DB tables as hex string? | 19:34 |
aning | Now with a Victoria system, retrieving secret with payload fails with 500 error in barbican-api | 19:38 |
aning | The 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.b64de | 19:39 |
aning | 2022-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 4 | 19: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/+/796065 | 21:57 |
aning | No, postgresSQL as the backend | 21:58 |
dmendiza[m] | aning: I mean crypto-backend | 22:07 |
dmendiza[m] | not storage-backend | 22:07 |
aning | Oh, it's simple_crpto | 22:10 |
aning | store_crypto.py | 22:11 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!