Activity log for bug #1881173

Date Who What changed Old value New value Message
2020-05-28 17:50:44 Kevin W Monroe bug added bug
2020-05-28 17:50:50 Kevin W Monroe charm-containerd: importance Undecided Wishlist
2020-05-28 17:57:51 Kevin W Monroe description The 'custom_registries' config option is a json array posing as a string. This is prone to error, so we should validate that the data contains the fields and data types that we expect. Initially discussed in https://github.com/charmed-kubernetes/charm-containerd/pull/39, one example of things we need to validate is that 'ca|cert|key_file' values are b64 encoded. Another would be that each registry item has a 'url' key/value. The 'custom_registries' config option is a json array posing as a string. This is prone to error, so we should validate that the data contains the fields and data types that we expect. Initially discussed in https://github.com/charmed-kubernetes/charm-containerd/pull/39, one example of something we need to validate is that 'ca|cert|key_file' values are b64 encoded. Another would be that each registry item has a 'url' key/value. If we come across bad data in the config, the charm should block until the operator sets valid config.
2020-05-28 20:29:40 George Kraft charm-containerd: status New Triaged
2021-10-25 15:23:59 Adam Dyess charm-containerd: assignee Adam Dyess (addyess)
2021-10-25 16:10:10 Adam Dyess charm-containerd: status Triaged In Progress
2021-11-10 21:56:24 George Kraft charm-containerd: status In Progress Fix Committed
2021-11-10 21:56:29 George Kraft charm-containerd: milestone 1.23
2022-01-10 20:21:04 George Kraft charm-containerd: status Fix Committed Fix Released