Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[DPE-4196] Plugin Management Refactor #435
base: 2/edge
Are you sure you want to change the base?
[DPE-4196] Plugin Management Refactor #435
Changes from 78 commits
c3bb8b0
577eeee
d85c5fb
897f8a5
c1b1c0e
0934290
66a5a76
b53b362
eaf503f
a904019
8b3f15c
ec15f2e
2408c88
61c8753
3ef1db7
74ebaa2
e2fffbd
7b9d488
43306b2
4690454
fb90ce4
69d1e20
3c326c2
dde3dd8
dc3bceb
512dae2
bc8ef5a
a34a09d
b11f1c6
200cdfa
751de6a
707193e
64b630f
6d6ee31
81b4c44
7770af8
7862799
eeeeb92
7b6ef02
4b39c20
832ac39
2ec8363
3b1057a
572163c
12351ef
24ce089
06444d7
4672ed7
cfefa5f
a1ae6df
e41dfa3
d2fed0f
20f1b0f
793ec30
6786f0b
324f49e
c622d04
4cb357c
f485fed
ac4f6e5
31b8ffd
a7e85c4
feb49b6
8ccd54d
b873ce5
c6bcc64
2e0cb02
7a9a17f
bc49845
1733693
182b9f1
8324553
a62f180
c9edade
345999d
5ad3cc5
fb03837
ec07a49
23a1c24
0cb418d
561fa89
c718443
77d9121
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
can you explain why so many optionals and default=""?
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.
Missing configs from the s3-integrator
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.
can you excplain the
default
here?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.
Missing configs from the s3-integrator
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.
these can be avoided by not making them optional
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.
Same as the 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.
why is this needed? we can assume we receive well formatted secrets
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.
It is a safety check.
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.
Can you explain why the default
https
when if no endpoint passed is default tohttp
?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.
I am just following our principle of TLS first. Here, if the user is not explicitly they want to expose their data via HTTP, we enforce the HTTPS.