mend / renovate-ce-ee

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

Support Base64 Private Key #584

Open kiliantyler opened 1 month ago

kiliantyler commented 1 month ago

It would be nice to be able to pass in the MEND_RNV_GITHUB_APP_KEY as a base64 encoded string. Since the current system is replacing returns with \n base64 would avoid the need to do much at all to it and would work in a consistent manner with how Kubernetes handles secrets.

Two solutions I could envision:

This, of course, would extend to any other places where keys are sent in via an env var, I just haven't encountered them to know if there are others.