Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backport #7587 to master #7588

Merged
merged 4 commits into from
Jul 23, 2021
Merged

Backport #7587 to master #7588

merged 4 commits into from
Jul 23, 2021

Conversation

russjones
Copy link
Contributor

@russjones russjones commented Jul 17, 2021

Backport #7587 to master.

@russjones russjones marked this pull request as draft July 17, 2021 01:22
@russjones russjones force-pushed the rjones/fix-web-ui-perf-master branch from 4d98dd2 to cf5f9c9 Compare July 20, 2021 23:29
@russjones russjones marked this pull request as ready for review July 20, 2021 23:30
@russjones russjones changed the title Fixed performance issues with the Web UI. Backport #7587 Jul 20, 2021
@russjones russjones changed the title Backport #7587 Backport #7587 to master Jul 20, 2021
Fixed two issues that were causing a performance issue with the Web UI.

The first issue was that when an "Authorizer" was being created at
process startup by Auth Service, it was by-passing the cache and always
hitting the backend directly. All services have been updated to now use
an cached access point.

The second issue was that the Web UI was not using the local cache when
fetching the list of roles for a user. The Web UI has been updated to
now use the local cached access point.
@russjones russjones force-pushed the rjones/fix-web-ui-perf-master branch from 8b16b95 to 76d3020 Compare July 22, 2021 16:46
@russjones russjones merged commit 2ccd36b into master Jul 23, 2021
@russjones russjones deleted the rjones/fix-web-ui-perf-master branch July 23, 2021 01:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants