mend / renovate-ce-ee

Mend Renovate Documentation & Examples
https://www.mend.io/renovate/
Other
160 stars 57 forks source link

Integration with Google Artifact Registry #531

Open ademariag opened 2 months ago

ademariag commented 2 months ago

Hello,

my private pip (and docker) repositories are hosted using google artifact repository

for poetry, normally what I would need to do in order for it to be able to discover my packages is: (https://cloud.google.com/artifact-registry/docs/python/authentication)

Everything else is taken care by python.

Is this something that can be achieved with renovate-ce?

This would allow for self-hosted renovatebot to benefit from using https://cloud.google.com/kubernetes-engine/docs/concepts/workload-identity when running on GKE/Kubernetes, without the need to expose credentials

PhilipAbed commented 1 month ago

it's not related to renovate-ce or renovate-ee directly. it's related to renovate open source configuration.

Connecting to private registries is usually found in renovate open source docs like: https://docs.renovatebot.com/docker/#google-container-registry-google-artifact-registry or https://docs.renovatebot.com/getting-started/private-packages/

if you are not sure how to do it after reading documentations, you might find/open a discussion about it in https://github.com/renovatebot/renovate/discussions