Allow user to skip verification on self-signed certs#100
Allow user to skip verification on self-signed certs#100pasha-codefresh merged 1 commit intoargoproj:masterfrom
Conversation
45e6634 to
b5cfe7c
Compare
Codecov ReportBase: 49.38% // Head: 49.17% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #100 +/- ##
==========================================
- Coverage 49.38% 49.17% -0.22%
==========================================
Files 31 31
Lines 1873 1873
==========================================
- Hits 925 921 -4
- Misses 746 749 +3
- Partials 202 203 +1
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. |
b5cfe7c to
9eace54
Compare
|
@jocelynthode could you please mention such an option in the documentation? |
859a409 to
8b26b94
Compare
|
@pasha-codefresh : Oh wow, I had completely forgotten about this PR! Glad it's getting some attention :) I have added documentation for the generic webhook as well as added the option to be used in the tests. Let me know if I need to do something else |
Signed-off-by: Jocelyn Thode <jocelyn@thode.email>
8b26b94 to
a8440c4
Compare
|
Great job @jocelynthode , thank you |
|
Please not forget update it in argocd |
|
What do you mean? should I do something more to have this feature land in argocd? |
Signed-off-by: Jocelyn Thode <jocelyn@thode.email> Signed-off-by: Jocelyn Thode <jocelyn@thode.email> Signed-off-by: emirot <emirot.nolan@gmail.com>
|
This package used in argocd as dependency, you beed also update it here |
The generic webhook is hardcoded to not skip insecure. I would like to be able to specify this as a webhook option.