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

Fixed possible KeyNotFoundInCache error #203

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

Mme-adorsys
Copy link
Collaborator

There is a problem if the keycloak is created new in a running in environment as the keys are changing. This fix is making an update on the cache if a key is not found to ensure the AuthServer has the newest keys

Copy link

Copy link

codecov bot commented Aug 21, 2024

Codecov Report

Attention: Patch coverage is 55.55556% with 4 lines in your changes missing coverage. Please review.

Project coverage is 40.25%. Comparing base (8d76025) to head (1e9b5b8).
Report is 3 commits behind head on develop.

Files Patch % Lines
...main/java/de/adorsys/sts/tokenauth/AuthServer.java 55.55% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             develop     #203   +/-   ##
==========================================
  Coverage      40.25%   40.25%           
  Complexity        28       28           
==========================================
  Files            174      174           
  Lines           2703     2710    +7     
  Branches         232      234    +2     
==========================================
+ Hits            1088     1091    +3     
- Misses          1536     1538    +2     
- Partials          79       81    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Mme-adorsys Mme-adorsys merged commit ee9484d into develop Aug 21, 2024
5 checks passed
@Mme-adorsys Mme-adorsys deleted the fix-key-not-found-in-cache branch August 21, 2024 10:05
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.

3 participants