Skip to content

[v13] Use the cache for user login state.#36195

Merged
mdwn merged 1 commit intobranch/v13from
bot/backport-36021-branch/v13
Jan 3, 2024
Merged

[v13] Use the cache for user login state.#36195
mdwn merged 1 commit intobranch/v13from
bot/backport-36021-branch/v13

Conversation

@mdwn
Copy link
Copy Markdown
Contributor

@mdwn mdwn commented Jan 2, 2024

Backport #36021 to branch/v13

changelog: The user login state generator now uses the cache, which should reduce the number of calls to the backend.

It was discovered that the user login state isn't being used for the user
login state generator. This means that role lookups are not being cached,
which is an unnecessary performance burden, and any potential further cache
updates would not be used. This has been fixed.
@public-teleport-github-review-bot public-teleport-github-review-bot Bot removed the request for review from kimlisa January 3, 2024 14:32
@mdwn mdwn enabled auto-merge January 3, 2024 15:23
@mdwn mdwn added this pull request to the merge queue Jan 3, 2024
Merged via the queue into branch/v13 with commit aac4e4b Jan 3, 2024
@mdwn mdwn deleted the bot/backport-36021-branch/v13 branch January 3, 2024 15:48
@camscale camscale mentioned this pull request Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants