Skip to content

uaa/7

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

Release Notes

This release updates the UAA version to 3.2.0

New Features

New spec properties:
 uaa.servlet.session-cookie:
    description: |
      Optional configuration of the UAA session cookie.
      Defaults are the following key value pairs:
        secure: <(boolean)this value if set, otherwise require_https>
        http-only: <(boolean) - default to true. set HttpOnly flag on cookie.
        max-age: <(int) lifetime in seconds of cookie - default to 30 minutes)
        name: <(String) name of cookie, default is JSESSIONID>
        comment: <(String) optional comment in cookie>
        path: <(String) path for cookie, default is />
        domain: <(String) domain for cookie, default is incoming request 

Bug Fixes

Usage

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

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

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

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

Jobs

Packages