zuul-operator/zuul_operator
Michael Kelly a5da3f075e
Convert base64 encoded value to string
If we leave the value has as the result of b64decode(), we end up with
a bytes-like object that gets serialized into our zuul.conf as
b'.....', which is likely not what we actually want.  Instead, assume
this is a utf-8 encoded value and decode it that way.

Change-Id: Ie61ad82c022888000e72bedfea99123dda34d5c0
2022-08-17 20:49:22 -07:00
..
2021-07-23 10:27:10 -07:00
2021-07-23 10:27:10 -07:00
2021-07-20 13:16:07 -07:00
2021-07-23 10:27:10 -07:00
2021-10-01 16:38:36 -07:00
2021-07-23 10:27:10 -07:00
2021-07-23 10:27:10 -07:00
2021-07-20 13:16:07 -07:00
2021-07-23 10:27:10 -07:00
2022-08-17 20:49:22 -07:00