-
Notifications
You must be signed in to change notification settings - Fork 40
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
TT-916 Add _secret suffix to secrets in toml #835
TT-916 Add _secret suffix to secrets in toml #835
Conversation
6b645fb
to
e2ba1eb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #835 +/- ##
==========================================
- Coverage 16.83% 16.70% -0.14%
==========================================
Files 36 36
Lines 4395 4395
==========================================
- Hits 740 734 -6
- Misses 3576 3581 +5
- Partials 79 80 +1 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
## Motivation This adds `_secret` suffix to some TOML keys for E2E tests. ## Solution This is to make the TOML configs compatible with next CTF version smartcontractkit/chainlink-testing-framework#835 ## TODO - [x] Confirm with @AnieeG - [x] Remove [a08d3e0](a08d3e0) commit before merge
Mercury keeps secrets directly in TOML configs and uses a masking script to hide them on Github CI.
In order to reuse TOML object from CTF like GrafanaConfig we need to add _secret suffix to all keys that should be masked on Github.