Skip to content

7.1.0

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 01 Dec 21:14
· 237 commits to main since this release
9f71315

Features

  • om configure-opsman can now set the UAA token expirations and timeouts.
    For example,

    tokens-expiration:
      access_token_expiration: 10
      refresh_token_expiration: 10
      session_idle_timeout: 10

Bug Fixes

  • When using a long running command (ie apply-changes) the UAA token could expire.
    Now once the token expires, it will refress with the UAA, so no disruption occurs.