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

Remove logging S3 credentials #118

Merged
merged 1 commit into from
Dec 23, 2022
Merged

Conversation

leszko
Copy link
Contributor

@leszko leszko commented Dec 22, 2022

No description provided.

@leszko leszko requested a review from a team as a code owner December 22, 2022 13:48
@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Merging #118 (fe6b567) into main (ba9a880) will increase coverage by 0.58205%.
The diff coverage is 63.63636%.

Impacted file tree graph

@@                Coverage Diff                @@
##               main       #118         +/-   ##
=================================================
+ Coverage   9.04012%   9.62217%   +0.58205%     
=================================================
  Files            14         14                 
  Lines          1969       1985         +16     
=================================================
+ Hits            178        191         +13     
- Misses         1776       1778          +2     
- Partials         15         16          +1     
Impacted Files Coverage Δ
task/runner.go 15.86538% <0.00000%> (ø)
task/upload.go 0.00000% <0.00000%> (ø)
clients/catalyst.go 91.89189% <82.35294%> (-2.93570%) ⬇️

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 ba9a880...fe6b567. Read the comment docs.

Impacted Files Coverage Δ
task/runner.go 15.86538% <0.00000%> (ø)
task/upload.go 0.00000% <0.00000%> (ø)
clients/catalyst.go 91.89189% <82.35294%> (-2.93570%) ⬇️

glog.Infof("Received catalyst callback taskType=%q id=%s taskPhase=%s status=%q completionRatio=%v error=%q rawCallback=%+v",
task.Type, task.ID, task.Status.Phase, callback.Status, callback.CompletionRatio, callback.Error, *callback)
glog.Infof("Received catalyst callback taskType=%q id=%s taskPhase=%s status=%q completionRatio=%v error=%q",
task.Type, task.ID, task.Status.Phase, callback.Status, callback.CompletionRatio, callback.Error)

Check failure

Code scanning / CodeQL

Log entries created from user input

This log entry depends on a [user-provided value](1).
@leszko leszko changed the title Remove logging S3 dependencies Remove logging S3 credentials Dec 22, 2022
@leszko leszko merged commit 7438da0 into main Dec 23, 2022
@leszko leszko deleted the rafal/remove-logging-credentials branch December 23, 2022 10:22
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.

None yet

2 participants