This might have been asked before but a search on ...
# general
l
This might have been asked before but a search on the internet didn't give me anything useful. Q: Is there a way to download providers once and store them somewhere (ex: Artifactory). We are now running into GitHub rate limit errors
l
looks like ~/.pulumi/plugins is where they're stored. You could try and cache that folder if your build provider supports cached dirs. I have no idea if it works, but worth a try probably!
l
That the route I have taken. Thanks!
l
@late-chef-72896 also, if you have a
GITHUB_TOKEN
environment variable set, Pulumi will do authenticated requests to Github leading to much higher rate limits.
l
@limited-rainbow-51650 I know, but we would like to skip that so we don't need to store en manage an additional credential 🙂
I'll be looking into Jenkins caching options first