Skip to content

uaa/32

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

Release Notes

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

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: "32"
  url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=32"
  sha1: "2478af4bc0ea5114e61b043d619f82beb9b1f7a7"

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

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

Jobs

Packages