-
Notifications
You must be signed in to change notification settings - Fork 880
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
feat: Allow AnalysisTemplates to reference secrets #420
Conversation
…cretInformer to retrieve secrets more efficiently
…to webmetric-ref-secrets
Codecov Report
@@ Coverage Diff @@
## master #420 +/- ##
=========================================
+ Coverage 84.5% 84.6% +0.09%
=========================================
Files 70 71 +1
Lines 6667 6721 +54
=========================================
+ Hits 5634 5686 +52
- Misses 746 747 +1
- Partials 287 288 +1
Continue to review full report at Codecov.
|
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.
Hi @khhirani, I have some questions and minor style comments, but overall I think this PR is a really good start!
A couple things I noticed at a high level:
- You are going to need to rebase with master since you have a merge conflict
- We shouldn't close Ability for web metric to reference secret content #372 until we add the functionality to ignore secrets that do not have a specific annotation
…rgo-rollouts into webmetric-ref-secrets
…rrole to allow get/watch/list secrets
…f is valid in resolveArgs
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.
One minor comment, but otherwise good to go!
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! Great job!
Modified AnalysisTemplates to allow Metric Providers to reference secrets (Resolves #372)
Created a RedactorFormatter to redact secrets from log messages