-
Notifications
You must be signed in to change notification settings - Fork 343
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 merging nested values in plugin config secretRef #2096
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #2096 +/- ##
==========================================
+ Coverage 37.12% 37.24% +0.11%
==========================================
Files 93 94 +1
Lines 7886 7948 +62
==========================================
+ Hits 2928 2960 +32
- Misses 4568 4595 +27
- Partials 390 393 +3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
#content is "v2" | ||
name: echo | ||
data: | ||
headers.X-Foo: djI= |
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.
- Does this have to be base64 encoded? If so, perhaps should be mentioned?
- Instead of putting a comment
#content is "v2"
, you could consider mentioningdjI=
is base64 encoded v2 in the paragraph above?
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.
yes
@@ -262,6 +262,46 @@ spec: | |||
secretRef: echo | |||
``` | |||
|
|||
## Config with secretRef configuring nested fields |
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.
Could you come up with a better title? Struggle to understand what this is trying to say
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.
@kayx23 Please check if current title is fine. I made the change/
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
Signed-off-by: Ashish Tiwari <ashishjaitiwari15112000@gmail.com>
Type of change:
FIxes #1722
This feature allows setting specific fields on plugin configuration by passing the path to the field via secrets in a dot separated way.
What this PR does / why we need it:
Pre-submission checklist: