Commit 1e69787
committed
Do not validate certs when we use letsencrypt on the endpoints
Due to https://issues.redhat.com/browse/ACM-4398 we cannot leave
validate_certs always on. Since we do not want to always disable it
as that would be a security regression, we simply disable it only
when the helm variable "letsencrypt.api_endpoint" is set to true.
In that case we know that we are going to use letsencrypt certificates
so it is okay to disable the verification until then.
Once/if the ACM bug above gets fixed we can drop this.
Tested on MCG1 parent 1e02e45 commit 1e69787
1 file changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
60 | 67 | | |
61 | 68 | | |
62 | 69 | | |
| |||
66 | 73 | | |
67 | 74 | | |
68 | 75 | | |
| 76 | + | |
69 | 77 | | |
70 | 78 | | |
71 | 79 | | |
| |||
0 commit comments