node icon indicating copy to clipboard operation
node copied to clipboard

research how to auth. with private docker repos

Open hydrogen18 opened this issue 4 years ago • 3 comments

The current SDL has us passing in a docker container URL to kubernetes. Kubernetes pulls it down. We should be able to add support for the SDL including some sort of token or username & password & have the provider pass that to kubernetes so it can pull down the container image from a private repo.

We need to find out how private docker repos work & support whatever auth method is used by the most popular implementations. This issue is just to figure out how that works & how to pass the data to kubernetes, implementation can be another issue

hydrogen18 avatar Jun 30 '21 17:06 hydrogen18

we should be able to do it now with service.params section introduced in #1348

troian avatar Sep 30 '21 11:09 troian

@boz was this added by @arijitAD ? I can't remember.

hydrogen18 avatar May 03 '22 15:05 hydrogen18

it was added for providers but not for tenants via sdl

boz avatar May 03 '22 15:05 boz