Skip to content

Remove Mongo URL logging > prod #67

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

Closed
wants to merge 28 commits into from
Closed

Remove Mongo URL logging > prod #67

wants to merge 28 commits into from

Conversation

testflyjets
Copy link

What's in this PR

  • removes MongoDB URL logging to prevent password in plaintext from being logged.

Copy link

@brooketopcoder brooketopcoder left a comment

Choose a reason for hiding this comment

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

I haven't seen these check annotations before. I'll fix them as part of TCA-397.

Let me know your thoughts about the logging.

@@ -258,16 +258,24 @@ export function isValidChallengeCompletion(req, res, next) {
message: 'That does not appear to be a valid challenge submission.'
};

console.debug('console.debug');
Copy link

@brooketopcoder brooketopcoder Sep 7, 2022

Choose a reason for hiding this comment

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

Should we hold off on deploying this logging to prod? It was meant to be temporary, but I was never able to test it bc of the deployment issue.

Maybe we can merge the branch that removes the mongo db logging directly into master instead of going through dev?

I am also seeing some other changes not related to the mongo db logging in this PR.

Copy link
Author

Choose a reason for hiding this comment

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

I'm fine if we want to merge just my branch into master.

Choose a reason for hiding this comment

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

@testflyjets Cool--I'd be more comfortable if we did that.

@brooketopcoder brooketopcoder changed the base branch from prod to main September 15, 2022 19:35
@brooketopcoder brooketopcoder changed the base branch from main to prod September 15, 2022 19:35
@brooketopcoder
Copy link

I am closing this PR bc the 1-line removal of the mongo logging was done in a PR to master directly: #66

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