Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Clarified the description of the 7.3.1 UAA token format changes to hopefully be less ambiguous
  • Loading branch information
Spimtav authored Aug 30, 2023
1 parent e2ef8fd commit 5f05357
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,22 +147,21 @@ We increased the tolerance of the acceptance suite by capturing additional test
## 7.3.1

### Bug Fixes
- Before version 7.0, om had been using UAA's default `token_format`
(`jwt`), and the optional `token_format` parameter went unused.
- Way back in 7.0, incidental to switching to the uaa-go library,
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.
The change wasn't deliberate, and didn't even make the release notes.
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.
Before the change, the optional `token_format` parameter went unused,
and UAA's default `token_format`, `jwt`, was used.
This release explicitly requests `jwt` access tokens,
restoring the previous behavior,
and potentially addressing said parallel-access issue.
restoring the pre-7.0 behavior and potentially addressing said
parallel-access issue.
## 7.3.0
### Features
Expand Down

0 comments on commit 5f05357

Please sign in to comment.