You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/05/13 19:14:59 UTC

[GitHub] [camel-k] jonathan-k4 opened a new issue, #3271: Local Dependencies Registry Problem

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-unsubscribe@camel.apache.org.apache.org

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


[GitHub] [camel-k] johnpoth commented on issue #3271: Local Dependencies Registry Problem

Posted by GitBox <gi...@apache.org>.
johnpoth commented on issue #3271:
URL: https://github.com/apache/camel-k/issues/3271#issuecomment-1129064111

   Should be fixed in [1.9.2](https://hub.docker.com/layers/camel-k/camelk/camel-k/1.9.2/images/sha256-01113e6a19b03ce3000a36dfa42ae5e75f1e65046144837d6eb4973667042b54?context=explore) (under vote)


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] johnpoth closed issue #3271: Local Dependencies Registry Problem

Posted by GitBox <gi...@apache.org>.
johnpoth closed issue #3271: Local Dependencies Registry Problem
URL: https://github.com/apache/camel-k/issues/3271


-- 
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-unsubscribe@camel.apache.org

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


[GitHub] [camel-k] johnpoth commented on issue #3271: Local Dependencies Registry Problem

Posted by GitBox <gi...@apache.org>.
johnpoth commented on issue #3271:
URL: https://github.com/apache/camel-k/issues/3271#issuecomment-1127678402

   Thanks @jonathan-k4 for the detailed report! should be fixed with #3278, thanks!


-- 
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-unsubscribe@camel.apache.org

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