davesargrad commented on issue #1059: camel-k installation struggles
URL: https://github.com/apache/camel-k/issues/1059#issuecomment-556034014
 
 
   My current suspicion is as follows. I am looking at the integration platform 
as it runs on k8s. I see that it is using maven and has a settings.xml. 
   
   
![image](https://user-images.githubusercontent.com/48793689/69248377-30bf9900-0b7a-11ea-8a34-87a73487d5cf.png)
   
   Since I am running behind a corporate proxy I typically have to put the 
following into my settings.xml (so that maven can download packages)
   
   ```
   <?xml version="1.0" encoding="UTF-8"?>
   <proxies>
      <proxy>
         <id>saab-sensis-proxy-http</id>
         <active>true</active>
         <protocol>http</protocol>
         <host>proxy.corp.sensis.com</host>
         <port>3128</port>
      </proxy>
      <proxy>
         <id>saab-sensis-proxy-https</id>
         <active>true</active>
         <protocol>https</protocol>
         <host>proxy.corp.sensis.com</host>
         <port>3128</port>
      </proxy>
   </proxies>
   ```
   
   How can I configure the integrationplatform to use a proxy?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to