Skip to content

Commit

Permalink
Bugfix/issue 875 (#876)
Browse files Browse the repository at this point in the history
* Strip sink.azurePartnerTopic in Log Stream create operations (#875)

* Add unit test to validate fix for #875

* Regenerating recordings

---------

Co-authored-by: Will Vedder <[email protected]>
  • Loading branch information
BavoLuysterborg and willvedd authored Dec 22, 2023
1 parent fa738a5 commit 69b8cef
Show file tree
Hide file tree
Showing 6 changed files with 4,640 additions and 2,437 deletions.
2 changes: 1 addition & 1 deletion src/tools/auth0/handlers/logStreams.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export default class LogStreamsHandler extends DefaultAPIHandler {
...config,
type: 'logStreams',
stripUpdateFields: ['type'],
stripCreateFields: ['status', 'sink.awsPartnerEventSource'],
stripCreateFields: ['status', 'sink.awsPartnerEventSource', 'sink.azurePartnerTopic'],
sensitiveFieldsToObfuscate: [
'sink.httpAuthorization',
'sink.splunkToken',
Expand Down
Loading

0 comments on commit 69b8cef

Please sign in to comment.