Skip to content

v58 - UAA 4.13.0

Choose a tag to compare

@cf-identity cf-identity released this 04 May 00:46
· 3422 commits to develop since this release

Stories included in release

Breaking Change

As of UAA v58, UAA will require an active encryption passphrase to be defined in order to start-up.

Encryption key pass-phrases can be set via the BOSH manifest. Multiple keys can be specified, and can be any value greater than or equal to 8 characters. One specified key must be set as the active key.

An example property would look like below:

      encryption:
        active_key_label: key-1
        encryption_keys:
        - label: key-1
          passphrase: CHANGE-ME-DO-NOT-USE-1
        - label: key-2
          passphrase: CHANGE-ME-DO-NOT-USE-2
        - label: key-3
          passphrase: CHANGE-ME-DO-NOT-USE-3

Known Issue

Monit health check and route registrar break if uaa.port is set to -1 to disable HTTP traffic. This is resolved in UAA v59

Features

Bug Fixes