Skip to content

Setup the maven proxy inside of the builder#714

Closed
lburgazzoli wants to merge 1 commit intoapache:masterfrom
lburgazzoli:github-706
Closed

Setup the maven proxy inside of the builder#714
lburgazzoli wants to merge 1 commit intoapache:masterfrom
lburgazzoli:github-706

Conversation

@lburgazzoli
Copy link
Copy Markdown
Contributor

@lburgazzoli lburgazzoli commented May 31, 2019

You can now configure maven proxy in the camel-k platform:

apiVersion: camel.apache.org/v1alpha1
kind: IntegrationPlatform
metadata:
  labels:
    app: camel-k
  name: camel-k
spec:
  build:
    proxies:
    - active: false
      host: my-host
      id: my-proxy
      port: 8080
    - active: false
      host: my-host
      id: my-proxy-2
      port: 8080
      usernameFrom:
        configMapKeyRef:
          key: proxy-user
          name: maven-proxy

Notes:

  • there's no cli option at the moment
  • proxy can be configured on the platform only, there's no proxy configuration on integration or integration context

Fixes #706

@lburgazzoli
Copy link
Copy Markdown
Contributor Author

will rethink it

@lburgazzoli lburgazzoli deleted the github-706 branch May 31, 2019 08:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Setup the maven proxy inside of the builder

2 participants