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

user real username when creating audit log #857

Closed xcoulon closed 5 years ago

xcoulon commented 5 years ago

fix to avoid submitting the request with the obfuscated username :/

Signed-off-by: Xavier Coulon xcoulon@redhat.com

codecov[bot] commented 5 years ago

Codecov Report

Merging #857 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #857   +/-   ##
=======================================
  Coverage   78.16%   78.16%           
=======================================
  Files         100      100           
  Lines        9429     9429           
=======================================
  Hits         7370     7370           
  Misses       1518     1518           
  Partials      541      541
Impacted Files Coverage Δ
authentication/account/service/user.go 80.95% <100%> (ø) :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 8164153...9018dc3. Read the comment docs.

xcoulon commented 5 years ago

thanks @MatousJobanek 🙌