7.3.1
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 optionaltoken_format
parameter went unused.However in version 7.0, incidental to switching to the uaa-go library,
om started requestingopaque
access tokens from UAA
to access Ops Manager instead ofjwt
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.