Skip to content
This repository has been archived by the owner on Aug 10, 2023. It is now read-only.

Commit

Permalink
Merge pull request #505 from anoadragon453/anoa/dont_log_bbb_secret
Browse files Browse the repository at this point in the history
Stop logging BigBlueButton shared secrets
  • Loading branch information
turt2live authored Jan 30, 2023
2 parents ba9f882 + 0a67c23 commit b98b284
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/api/dimension/DimensionBigBlueButtonService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -362,9 +362,6 @@ export class DimensionBigBlueButtonService {
// We URL encode each value as a browser would. If we don't, our resulting checksum will not match.
const widgetQueryString = this.queryStringFromObject(queryParameters, encodeAsBrowser);

LogService.info("BigBlueButton", "Built widget string:" + widgetQueryString);
LogService.info("BigBlueButton", "Hashing:" + apiCallName + widgetQueryString + config.bigbluebutton.sharedSecret);

// Hash the api name and query parameters to get the checksum, and add it to the set of query parameters
return sha256(apiCallName + widgetQueryString + config.bigbluebutton.sharedSecret);
}
Expand Down

0 comments on commit b98b284

Please sign in to comment.