Skip to content

uaa/34

You can find the source of this version on GitHub at cloudfoundry/uaa-release. It was created based on the commit f855b57d.

Release Notes

Updated to UAA Release 3.16.0

In this release, we introduce support for bosh linked database and router configuration.

The uaa job can now consumes a bosh linked database resource as an alternative to the manifest property uaadb.address. This is a backwards-compatible change. If your deployment manifest includes the uaadb.address property it will take precedence over any bosh links that may be available.

Similarly, a bosh linked router resource can be used in place of uaa.proxy.servers. Values specified in the manifest for uaa.proxy.servers will continue to take precedence over a bosh link router resource.

Usage

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

- name: "uaa"
  version: "34"
  url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=34"
  sha1: "dcb2a2911c1592b2c582237e801fb5d0c7639674"

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

bosh upload-release --sha1 dcb2a2911c1592b2c582237e801fb5d0c7639674 \
  "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=34"

Jobs

Packages