Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid exposing sensitive data to client #1543

Merged
merged 2 commits into from
Feb 24, 2020
Merged

Conversation

life1347
Copy link
Member

@life1347 life1347 commented Feb 24, 2020

This PR changes the behavior of controller API which
wrongly exposes sensitive data to the client. Now, the
API only returns success if secret/configmap exists;
otherwise, an error will be returned.


This change is Reviewable

This PR changes the behavior of controller API which
wrongly exposes sensitive data to the client. Now, the
API only returns success if secret/configmap exists;
otherwise, an error will be returned.
@codecov
Copy link

codecov bot commented Feb 24, 2020

Codecov Report

Merging #1543 into master will increase coverage by 0.05%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1543      +/-   ##
==========================================
+ Coverage   33.47%   33.53%   +0.05%     
==========================================
  Files          58       58              
  Lines        4618     4610       -8     
==========================================
  Hits         1546     1546              
+ Misses       2846     2838       -8     
  Partials      226      226              

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 fc5711c...1ae3ae8. Read the comment docs.

@life1347 life1347 merged commit 5c09099 into master Feb 24, 2020
@life1347 life1347 deleted the avoid-exposing-sensitive-data branch February 24, 2020 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant