jonathan-k4 opened a new issue, #3271:
URL: https://github.com/apache/camel-k/issues/3271

   It appears the new support for local `file://` dependencies ignores the 
`organization` field of the registry settings when it tries to upload the jar 
file to the registry.
   
   https://camel.apache.org/camel-k/1.8.x/installation/registry/registry.html
   
   When the integration is saved to the registry it does this:
   
   
https://github.com/apache/camel-k/blob/a79f8329361ddee26f418bc2c80f8546614fc3c8/pkg/trait/builder.go#L197
   
   However, when the file is uploaded, it only uses `registry.address`:
   
   
https://github.com/apache/camel-k/blob/d43560bbf819a2bdf98aa3d584b587cbd5dcf5ba/pkg/cmd/run.go#L967
   
   This is causing issues with uploads to Harbor as it returns a 400 because 
the organization in the path is missing.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to