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

Revoke tokens upon user deactivation #782

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

Fixes #776

xcoulon commented 5 years ago

Based on PR for #775. Will rebase against master once this latter PR is merged.

codecov[bot] commented 5 years ago

Codecov Report

Merging #782 into master will increase coverage by <.01%. The diff coverage is 40%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #782      +/-   ##
==========================================
+ Coverage   78.77%   78.77%   +<.01%     
==========================================
  Files          95       95              
  Lines        8847     8850       +3     
==========================================
+ Hits         6969     6972       +3     
  Misses       1381     1381              
  Partials      497      497
Impacted Files Coverage Δ
authorization/token/token.go 100% <ø> (ø) :arrow_up:
controller/users.go 75.91% <ø> (ø) :arrow_up:
authorization/token/manager/token_manager.go 82.16% <0%> (ø) :arrow_up:
authentication/account/service/user.go 86.08% <50%> (+0.37%) :arrow_up:

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 44aa1b9...3810189. Read the comment docs.

xcoulon commented 5 years ago

thanks for the approval, @sbryzak 👍

xcoulon commented 5 years ago

thanks for the approval too, @alexeykazakov ;)

xcoulon commented 5 years ago

[test]