When I try to build my project I get the following error as the only thing in the console
error: cannot setup source secret: no auth handler was found for secrets in /var/run/secrets/openshift.io/source
Immediately after the event "Build Started". I honestly have no idea what this error means and can't find anything about it. I suspect it may have something to do with:
a. It isn't using my package.json and is running into a library issue
b. The program creates internal files normally and it can't make those(I already tried adding a volume as far as I could tell) Tried running a console.log before that and it didn't work so I don't think this is it.
c. Something to do with needing a push/pull secret?
Any help would be appreciated
Would also like to add, using the key in-context maker on the build configuration does not work, I get a fetch source error. But going into Resources and making a generic secret does. Any advice on that would be great too