Open Skarlso opened 3 months ago
Problem occurs with PubSub
. PubSub-configuration should only be fetched, if the component version has been changed.
see https://github.com/open-component-model/ocm/blob/69ea53a86ed3ae39e815f9bc73014bf49f3c731e/api/ocm/cpi/repocpi/bridge_cv.go
What happened:
Fetched a component descriptor in a public repository here: https://github.com/users/Skarlso/packages/container/package/component-descriptors%2Fgithub.com%2Facme%2Fpodinfo
Everything went fine, we were able to fetch the right resource data and everything.
However, during
defer cv.Close()
we noticed this error in the log:Because the component is in a public repository, we didn't provide any access credentials and didn't expect to need any either.
This endpoint, however, is not accessible without authentication evidently.
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
Environment: