Cornelius A. Ludmann
Cornelius A. Ludmann
Comment from @csweichel: > I was tripped up by Container registry server and would not have known how to proceed. The description does not tell me what to do but...
> Prompt the user if it is okay to proceed with the deploy to an existing cluster, share this should be done during an outage window planned with their business....
I don't like to store my private GPG (or SSH) keys in a (unencrypted) third-party database (aka “not my computer”), but I really would like to sign my commits. I...
> If the keys are password protected then they are encrypted . You're right. That makes it much better. The only thing left is that you have to decrypt the...
We recently merged the PR https://github.com/gitpod-io/gitpod/pull/18760 which seems to solve the problem. See also https://github.com/gitpod-io/gitpod/pull/18760#issuecomment-1736800772.
Assigned @metcalfc for know as he agreed on setting up a cluster for testing, if I am informed correctly. Please assign me to this issue when it's done. :pray:
This seems to be related: https://community.gitpod.io/t/unable-to-delete-workspace/4956
Thanks for the feedback, Alex. I'll work on an e2e test case. Stay tuned. :relaxed:
Please correct me when I'm wrong, @Pothulapati. That is what I understood: It seems the following components using the registry auth credentials: - `blobserve` https://github.com/gitpod-io/gitpod/blob/eca8d8acbf6682654f7274532fc0c9e3dc04b66d/install/installer/pkg/components/blobserve/deployment.go#L27-L33 - `image-builder-mk3` https://github.com/gitpod-io/gitpod/blob/eca8d8acbf6682654f7274532fc0c9e3dc04b66d/install/installer/pkg/components/image-builder-mk3/deployment.go#L26-L32 - `registry-facade`...
Builds are failing. @kylos101: Is this expected since we still miss secrets?