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

control-service: Remove logging of credentials in builder #458

Merged
merged 2 commits into from
Nov 2, 2021

Conversation

doks5
Copy link
Contributor

@doks5 doks5 commented Oct 28, 2021

Currently, we are leaking AWS credentials in builder pods. These
are then logged, which is a security concern.

This change removes the leaked credentials from the logs.

Testing Done: Manually changed the version of the builder job to a
dev version, in order to push an image to docker hub. Afterwards, started
a local instance of Control Service, and manually deployed a test data job
and verified that the AWS credentials are no longer being logged.

Signed-off-by: Andon Andonov [email protected]

@doks5 doks5 force-pushed the person/andonova/remove-creds-from-builder branch 7 times, most recently from edac7d6 to e62799f Compare November 1, 2021 12:39
Currently, we are leaking AWS credentials in builder pods. These
are then logged, which is a security concern.

This change removes the leaked credentials from the logs.

Testing Done: Manually changed the version of the builder job to a
dev version, in order to push an image to docker hub. Afterwards, started
a local instance of Control Service, and manually deployed a test data job
and verified that the AWS credentials are no longer being logged.

Signed-off-by: Andon Andonov <[email protected]>
@doks5 doks5 force-pushed the person/andonova/remove-creds-from-builder branch from e62799f to 4c00572 Compare November 1, 2021 13:17
@doks5 doks5 marked this pull request as ready for review November 1, 2021 13:23
@mivanov1988
Copy link
Collaborator

Just to remind you that you should change the helm chart builder version in a separate PR.

@doks5 doks5 merged commit 9db55c6 into main Nov 2, 2021
@doks5 doks5 deleted the person/andonova/remove-creds-from-builder branch November 2, 2021 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants