github cloudfoundry/diego-release 0.1432.0
Diego 0.1432.0

latest releases: v2.65.0, v2.64.0, v2.63.0...
8 years ago

Changes from 0.1431.0 to 0.1432.0

Breaking changes from 0.1431.0

SSH Authentication to CF Instances

Associated to Diego story "The Diego SSH Proxy no longer accepts a user's access token as an SSH password for CF app instances".

Diego's SSH proxy no longer accepts a CF user's access token as a password for access to a CF app instance. It will instead accept only a one-time authorization code issued by UAA for its client. This client must also be registered with the UAA: for example, this client is registered for BOSH-lite deployments. As long as the name of the client is ssh-proxy, CC will advertise the correct client name in its /v2/info endpoint, and the Diego manifest-generation templates will flow the client secret to the SSH Proxy job.

For SSH access to CF app instances running on this release, we recommend you upgrade to version 0.2.0 or later of the Diego SSH plugin, or consult the diego-ssh repo for the current curl-based instructions to request a code from UAA.

Other significant changes

SSH

Performance

Misc

BOSH job changes

  • Remove receptor job. The Lattice team has taken ownership of the receptor component and will be maintaining it from now on.

BOSH property changes

  • Add diego.ssh_proxy.uaa_token_url: URL for the SSH proxy to use to request an access token from the UAA in exchange for its one-time auth code.
  • Add diego.ssh_proxy.uaa_secret: Client secret for the SSH proxy to supply to UAA.
  • Remove all properties under diego.receptor.

Don't miss a new diego-release release

NewReleases is sending notifications on new releases.