Um... ```E1125 16:28:44.501104 44406 plugins.go:...
# general
b
Um...
Copy code
E1125 16:28:44.501104   44406 plugins.go:598] GitHub rate limit exceeded for <https://api.github.com/repos/pulumi/pulumi-external-secrets-crds/releases/tags/v0.0.0-dev>, try again in 26m39.498905s. You can set GITHUB_TOKEN to make an authenticated request with a higher rate limit.
That is an internal 'plugin' that we've created using
crd2pulumi
. Why is Pulumi even trying to reach out to github to find a version of it?
👀 1
e
github is the default source for looking up plugins, probably find that because crd2pulumi doesn't fill in a different source the engine just falls back to assuming it'll be on github