Skip to content

Add keycloak OAuth provider - #13033

Merged
weizhouapache merged 15 commits into
apache:mainfrom
tazouxme:feature/add_keycloak_oauth_provider
Jun 23, 2026
Merged

Add keycloak OAuth provider#13033
weizhouapache merged 15 commits into
apache:mainfrom
tazouxme:feature/add_keycloak_oauth_provider

Externalize strings

e82d185
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 2, 2026 in 1s

18.11% (+0.08%) compared to a73cc9a

View this Pull Request on Codecov

18.11% (+0.08%) compared to a73cc9a

Details

Codecov Report

❌ Patch coverage is 59.60265% with 61 lines in your changes missing coverage. Please review.
✅ Project coverage is 18.11%. Comparing base (a73cc9a) to head (e82d185).
⚠️ Report is 61 commits behind head on main.

Files with missing lines Patch % Lines
...dstack/oauth2/keycloak/KeycloakOAuth2Provider.java 76.54% 13 Missing and 6 partials ⚠️
...ack/oauth2/api/response/OauthProviderResponse.java 25.00% 12 Missing ⚠️
...k/oauth2/api/command/RegisterOAuthProviderCmd.java 15.38% 10 Missing and 1 partial ⚠️
...ack/oauth2/api/command/UpdateOAuthProviderCmd.java 0.00% 8 Missing ⚠️
...pache/cloudstack/oauth2/OAuth2AuthManagerImpl.java 60.00% 4 Missing and 2 partials ⚠️
...g/apache/cloudstack/oauth2/vo/OauthProviderVO.java 75.00% 3 Missing ⚠️
...tack/oauth2/api/command/ListOAuthProvidersCmd.java 0.00% 1 Missing ⚠️
...cloudstack/oauth2/google/GoogleOAuth2Provider.java 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main   #13033      +/-   ##
============================================
+ Coverage     18.03%   18.11%   +0.08%     
- Complexity    16648    16768     +120     
============================================
  Files          6035     6038       +3     
  Lines        542487   542942     +455     
  Branches      66477    66469       -8     
============================================
+ Hits          97854    98377     +523     
+ Misses       433612   433509     -103     
- Partials      11021    11056      +35     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.