uaa/5
You can find the source of this version on GitHub at cloudfoundry/uaa-release. It was created based on the commit f24490c7
.
Release Notes¶
This release updates the UAA version to 3.0.1
New Spec Properties: - uaa.ldap.referral - login.saml.wantAssertionSigned - uaa.scim.groups - now supports a hash of key/value where key=group name value=group display name
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "uaa" version: "5" url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=5" sha1: "4a6a3c776aeb5ea24f39d70649d71661d9ebcde3"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 4a6a3c776aeb5ea24f39d70649d71661d9ebcde3 \ "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=5"