enaml-ops / omg-product-bundle

a bundle of supported omg compatible product plugins
Apache License 2.0
2 stars 2 forks source link

[Concourse] Expose Proxy Settings and Additional Resources #28

Closed RRRII closed 7 years ago

RRRII commented 7 years ago

Can the following flags from the Concourse Groundcrew job be exposed in the Concourse plugin?

  http_proxy_url:
    description: |
      Proxy to use for outgoing http requests from containers.

  https_proxy_url:
    description: |
      Proxy to use for outgoing https requests from containers.

  no_proxy:
    description: |
      A list domains and IPs with optional port for which the proxy should be bypassed, e.g. [localhost, 127.0.0.1, example.com, domain.com:8080]
    default: []

  additional_resource_types:
    description: |
      Additional resource types supported by the workers in `[{type: string, image: string}]` format.
    default: []
calebwashburn commented 7 years ago

The following release of concourse plugin should include those attributes.

https://github.com/enaml-ops/omg-product-bundle/releases/tag/v1.0.8