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

refactor: use destination config from config-be than from message #2830

Merged
merged 1 commit into from
Dec 22, 2022

Conversation

koladilip
Copy link
Contributor

Description

Earlier transformer was sending destConfig in message and it contains secrets so it is appearing in live events so refactored code to use config from CP.

Notion Ticket

Lambda Keys exposed in Live events

Security

  • The code changed/added as part of this pull request won't create any security issues with how the software is being used.

@codecov
Copy link

codecov bot commented Dec 22, 2022

Codecov Report

Base: 47.21% // Head: 47.21% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (3a2fd91) compared to base (5ad7ee7).
Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2830   +/-   ##
=======================================
  Coverage   47.21%   47.21%           
=======================================
  Files         309      309           
  Lines       50186    50191    +5     
=======================================
+ Hits        23693    23696    +3     
- Misses      25023    25026    +3     
+ Partials     1470     1469    -1     
Impacted Files Coverage Δ
services/streammanager/lambda/lambdamanager.go 76.36% <60.00%> (+0.36%) ⬆️
utils/logger/nop.go 42.10% <0.00%> (-5.27%) ⬇️
...rvices/streammanager/kafka/client/testutil/util.go 66.99% <0.00%> (-3.89%) ⬇️
router/manager/manager.go 96.70% <0.00%> (-3.30%) ⬇️
...rprise/suppress-user/internal/badgerdb/badgerdb.go 83.00% <0.00%> (-0.50%) ⬇️
router/router.go 76.32% <0.00%> (-0.19%) ⬇️
jobsdb/jobsdb.go 74.59% <0.00%> (+0.13%) ⬆️
processor/processor.go 86.40% <0.00%> (+0.41%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Earlier transformer was sending destConfig in message and it contains
secrets so it is appearing in live events so refactored code to use
config from CP.
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.

None yet

4 participants