fix: pass 'tls-insecure' as a flag to the member-agent helm chart#121
fix: pass 'tls-insecure' as a flag to the member-agent helm chart#121helayoty merged 1 commit intoAzure:mainfrom helayoty:tls-flag
Conversation
|
I'm not sure if this fixes #25, from what i understand the issue still exists this is just a functionality to enable/disable it right ? |
Also as I mentioned in the issue, Stephane sees this as a better way to test both cases. |
| // TODO (mng): Remove TLSClientConfig/Insecure(true) once server CA can be passed in as flag. | ||
| TLSClientConfig: rest.TLSClientConfig{ | ||
| Insecure: true, | ||
| Insecure: *tlsClientInsecure, |
There was a problem hiding this comment.
how can this work without the CABundle?
There was a problem hiding this comment.
It will not work for now. As I mentioned in the issue, this is just a step to configure the tls config that will help with the testing purposes as well.
Arvindthiru
left a comment
There was a problem hiding this comment.
Spoke with @helayoty LGTM
Description of your changes
I have:
make reviewableto ensure this PR is ready for review.How has this code been tested
Special notes for your reviewer
// @serbrech