uaa/9
You can find the source of this version on GitHub at cloudfoundry/uaa-release. It was created based on the commit bc90b609
.
Release Notes¶
This release includes UAA 3.3.0
The template files have been modified to use the p()
and if_p()
helper methods.
Properties added:
uaa.jwt.revocable
login.oauth.providers
uaa.jwt.policy.active_key_id
uaa.ssl.protocol_header
Properties updated:
support hash structure for uaa.scim.external_groups
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "uaa" version: "9" url: "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=9" sha1: "0d6d1358f0fb108ecf115c709103dd5c10f1608c"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 0d6d1358f0fb108ecf115c709103dd5c10f1608c \ "https://bosh.io/d/github.com/cloudfoundry/uaa-release?v=9"