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

Bugfix/mask credentials #341

Merged
merged 3 commits into from
May 19, 2020

Conversation

renedupont
Copy link
Member

@renedupont renedupont commented May 18, 2020

Fixes #212

While I was not able to reproduce the issue that credentials inside withCredential blocks were displayed in blue ocean (as mentioned in the issue) anymore, I found next to the Snyk issue another one when receiving bitbucket token via the API. The response (with the token) is read by readJSON outside of a withCredentials block which prints it in the output log. I just moved it inside, I don't see any change in the logic doing that.

Copy link
Member

@clemensutschig clemensutschig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pleae fix the test Errors.. the rest Looks good

Copy link
Member

@michaelsauter michaelsauter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fine by me. I opened #345 as a follow-up as here we are just dealing with a problem which we shouldn't have in the first place.

@renedupont renedupont merged commit a603e02 into opendevstack:master May 19, 2020
@renedupont renedupont deleted the bugfix/mask-credentials branch May 19, 2020 14:49
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.

ensure all credentials are masked in output logs
3 participants