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

Fix gateway users cache #23199

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Fix gateway users cache #23199

merged 1 commit into from
Aug 17, 2023

Conversation

shrralis
Copy link
Contributor

@shrralis shrralis commented Aug 17, 2023

cache simple Mono of JWT instead the whole pipe, because previously OAuth2 /userinfo calls were performed each time cached Monos were accessed

Fix #20063


Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

cache simple Mono of JWT instead the whole pipe, because previously OAuth2 /userinfo calls were performed each time cached Monos were accessed

Fix #20063
@CLAassistant
Copy link

CLAassistant commented Aug 17, 2023

CLA assistant check
All committers have signed the CLA.

@mraible
Copy link
Contributor

mraible commented Aug 17, 2023

Thanks for your contribution, @shrralis!

@mraible mraible merged commit ca9e22d into jhipster:main Aug 17, 2023
@shrralis
Copy link
Contributor Author

@shrralis shrralis deleted the fix-20063-gateway-cached-jwt branch August 20, 2023 11:46
deepu105 pushed a commit to dinu0000/generator-jhipster that referenced this pull request Aug 20, 2023
cache simple Mono of JWT instead the whole pipe, because previously OAuth2 /userinfo calls were performed each time cached Monos were accessed

Fix jhipster#20063
@deepu105 deepu105 added this to the 8.0.0-beta.3 milestone Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants