fabric8-services / fabric8-auth

Identity and Access Management for fabric8 services
https://auth.openshift.io/api/status
Apache License 2.0
14 stars 26 forks source link

Provide endpoints required to remove Che dependence on WIT #838

Closed sbryzak closed 5 years ago

sbryzak commented 5 years ago

Fixes https://jira.coreos.com/browse/ODC-228

This PR copies the user-service endpoint from WIT to the auth service.

codecov[bot] commented 5 years ago

Codecov Report

Merging #838 into master will increase coverage by 0.03%. The diff coverage is 45.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #838      +/-   ##
==========================================
+ Coverage      78%   78.04%   +0.03%     
==========================================
  Files          99      100       +1     
  Lines        9354     9429      +75     
==========================================
+ Hits         7297     7359      +62     
- Misses       1515     1525      +10     
- Partials      542      545       +3
Impacted Files Coverage Δ
...rovider/service/authentication_provider_service.go 72.22% <ø> (ø) :arrow_up:
authorization/token/service/token_service.go 71.84% <0%> (ø) :arrow_up:
...orization/permission/repository/privilege_cache.go 82.75% <0%> (ø) :arrow_up:
controller/team.go 72% <0%> (ø) :arrow_up:
...tion/permission/service/privilege_cache_service.go 84.61% <0%> (ø) :arrow_up:
authorization/team/service/team_service.go 70.27% <0%> (ø) :arrow_up:
...horization/role/repository/default_role_mapping.go 77.38% <0%> (ø) :arrow_up:
...ntication/provider/service/user_profile_service.go 0% <0%> (ø) :arrow_up:
...orization/permission/service/permission_service.go 71.42% <0%> (ø) :arrow_up:
authorization/invitation/repository/invitation.go 81.25% <0%> (ø) :arrow_up:
... and 25 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d1c9023...982625c. Read the comment docs.

sbryzak commented 5 years ago

Related Che issue: https://github.com/redhat-developer/rh-che/issues/1409