Skip to content

Commit

Permalink
feat(common): redact Google Cloud and MS Azure secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
boneskull committed Nov 15, 2019
1 parent ede1661 commit d2e7579
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/common/src/redact.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,13 @@ const SECRETS = [
/private/i,

// cloud foundry
/vcap_services/i,
/^vcap_services/i,

// azure
/^azure_/i,

// google cloud
/^google_application_credentials/i,

// express
/^connect\.sid$/,
Expand Down

0 comments on commit d2e7579

Please sign in to comment.