You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "chander35 (via GitHub)" <gi...@apache.org> on 2023/04/13 04:56:57 UTC

[GitHub] [camel-k] chander35 opened a new issue, #4249: unable to execute "kamel run" in secure mode

chander35 opened a new issue, #4249:
URL: https://github.com/apache/camel-k/issues/4249

   I used simple java code and i executed this code by using "kamel run" command, I have taken the reference of 
   
   **[https://camel.apache.org/camel-k/next/installation/platform/docker-desktop.html](url)** and it was working fine.
   
   But this is Unsecure method, so now I want to implement secured method then I removed 
   **{ "insecure-registries": ["host.docker.internal:5000"] }**  from daemon.json file and I have installed camel-k by using below command
    
   **kamel install --registry docker.io --registry-auth-username your-user-id --registry-auth-password your-user-password** 
   
   (i have used my docker hub credentials here)
   after the installation I have executed below command but every time it is failing.
   
   **Kamel run sample.java --dev** 
   
   how to execute my kamel code in secure method? 


-- 
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] squakez closed issue #4249: unable to execute "kamel run" in secure mode

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez closed issue #4249: unable to execute "kamel run" in secure mode
URL: https://github.com/apache/camel-k/issues/4249


-- 
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] chander35 commented on issue #4249: unable to execute "kamel run" in secure mode

Posted by "chander35 (via GitHub)" <gi...@apache.org>.
chander35 commented on issue #4249:
URL: https://github.com/apache/camel-k/issues/4249#issuecomment-1506661030

   Thank you @squakez, I have used **kamel install --registry docker.io --organization your-user-id-or-org --registry-auth-username your-user-id --registry-auth-password your-password**  instead of above mentioned command and it started working.


-- 
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] squakez commented on issue #4249: unable to execute "kamel run" in secure mode

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #4249:
URL: https://github.com/apache/camel-k/issues/4249#issuecomment-1506498233

   Hello, I think you're missing a parameter `--organization`. Please see the guides in https://camel.apache.org/camel-k/next/installation/registry/registry.html - if this is still failing, then, please provide some logs of the operator and the status of the IntegrationPlatform. 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


[GitHub] [camel-k] squakez commented on issue #4249: unable to execute "kamel run" in secure mode

Posted by "squakez (via GitHub)" <gi...@apache.org>.
squakez commented on issue #4249:
URL: https://github.com/apache/camel-k/issues/4249#issuecomment-1506706774

   Nice. I'm closing the issue then.


-- 
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