Kip pulls out image secrets and sends them to cells in a structure containing {server, username, password}. We should try to pull that data out of a docker formatted secret.
Lets update kip to correctly pull out the necessary data from a docerconfigjson secret.
In k8s, the standard way to encode registry secrets is:
This produces a secret that looks like:
The decoded json looks like:
Kip pulls out image secrets and sends them to cells in a structure containing {server, username, password}. We should try to pull that data out of a docker formatted secret.
Lets update kip to correctly pull out the necessary data from a docerconfigjson secret.