-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
research how to auth. with private docker repos #54
Comments
we should be able to do it now with |
it was added for providers but not for tenants via sdl |
We are currently adding the GH tokens to the service account of the deployment for accessing the private GHCR repo:
|
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]>
refs akash-network/support#54 Signed-off-by: Adam Bozanich <[email protected]> Co-authored-by: Artur Troian <[email protected]>
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
The text was updated successfully, but these errors were encountered: