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

List users to deactivate #804

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

user service exposes 2 new methods to:

the inativity period before notifying and deactiving are expressed in days and configurable also, the number of number of identities to retrieve can be limited (or use '-1' to remove any limit)

Fixes #ODC180

codecov[bot] commented 5 years ago

Codecov Report

Merging #804 into master will decrease coverage by 0.06%. The diff coverage is 68%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #804      +/-   ##
==========================================
- Coverage   78.55%   78.48%   -0.07%     
==========================================
  Files          94       94              
  Lines        8849     8859      +10     
==========================================
+ Hits         6951     6953       +2     
- Misses       1386     1393       +7     
- Partials      512      513       +1
Impacted Files Coverage Δ
authentication/account/service/user.go 80% <100%> (+0.74%) :arrow_up:
configuration/configuration.go 83.95% <33.33%> (-1.16%) :arrow_down:
authentication/account/repository/identity.go 76.8% <80%> (+0.06%) :arrow_up:
...rovider/service/authentication_provider_service.go 61.66% <0%> (-6.34%) :arrow_down:
wit/service/wit_service.go 95.65% <0%> (-4.35%) :arrow_down:

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 4089f9c...a3795b4. Read the comment docs.

xcoulon commented 5 years ago

thanks @alexeykazakov 🙌