Skip to content

7.3.1

Compare
Choose a tag to compare
@pcf-platform-automation pcf-platform-automation released this 02 Aug 02:26
· 191 commits to main since this release

Bug Fixes

  • Before version 7.0, om had been using UAA's default token_format
    (jwt), and the optional token_format parameter went unused.

    However in version 7.0, incidental to switching to the uaa-go library,
    om started requesting opaque access tokens from UAA
    to access Ops Manager instead of jwt ones. This wasn't
    deliberate, and didn't even make the release notes.

    These implicitly revocable tokens may be contributing to
    a hard-to-repro issue around parallel access
    in a customer environment.

    This release explicitly requests jwt access tokens,
    restoring the pre-7.0 behavior and potentially addressing said
    parallel-access issue.