Skip to content

cf-networking/1.1.0

You can find the source of this version on GitHub at cloudfoundry-incubator/cf-networking-release. It was created based on the commit f081e3c.

Release Notes

This release adds the ability for operators to configure their deployment to enable self-service app to app policy creation for all space developers.

When enabled, network.write does not need to be explicitly granted to individual space developers in order for them to be able to create policies between apps in spaces for which they have the SpaceDeveloper role.

Space developers now have a configurable quota for the maximum number of policies they can create for any given app as a source. The quota defaults to 50 but does not apply to users with network.admin.

Give us your feedback in the #container-networking channel on cloudfoundry.slack.com. Take a look at known issues for current limitations and known issues.

Verified with the following: - CF deployment

Manifest Changes

New Properties

  • An optional parameter has been added to allow all space developers to create policies (default false). If this property is not set, a space developer must have network.write to create policies.
    • cf_networking.enable_space_developer_self_service
  • An optional parameter has benn added to configure the maximum number of policies a space developer can write for a given source app. Defaults to 50 if it is not set. Does not apply to users with network.admin:
    • cf_networking.max_policies_per_app_source

Significant Changes

Space Developer Self-Service

Logging

Windows Compatibility

Usage

You can reference this release in your deployment manifest from the releases section:

- name: "cf-networking"
  version: "1.1.0"
  url: "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=1.1.0"
  sha1: "2e3e25e3b1988afd6f7d2c20723ba54caa165b25"

Or upload it to your director with the upload-release command:

bosh upload-release --sha1 2e3e25e3b1988afd6f7d2c20723ba54caa165b25 \
  "https://bosh.io/d/github.com/cloudfoundry-incubator/cf-networking-release?v=1.1.0"

Jobs

Packages