From 0e7bec1849d2d7a87713abe494b4d3ef416180d4 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Mon, 27 Feb 2023 18:26:13 +0200 Subject: Add InsecureSkipVerify to Minio Client for Storage (#23166) Allows using Minio with untrusted certificates Closes #23128 Signed-off-by: Yarden Shoham --- custom/conf/app.example.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'custom/conf') diff --git a/custom/conf/app.example.ini b/custom/conf/app.example.ini index b478785a07..b7875c12dd 100644 --- a/custom/conf/app.example.ini +++ b/custom/conf/app.example.ini @@ -1871,6 +1871,9 @@ ROUTER = console ;; ;; Minio enabled ssl only available when STORAGE_TYPE is `minio` ;MINIO_USE_SSL = false +;; +;; Minio skip SSL verification available when STORAGE_TYPE is `minio` +;MINIO_INSECURE_SKIP_VERIFY = false ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; @@ -2552,6 +2555,9 @@ ROUTER = console ;; ;; Minio enabled ssl only available when STORAGE_TYPE is `minio` ;MINIO_USE_SSL = false +;; +;; Minio skip SSL verification available when STORAGE_TYPE is `minio` +;MINIO_INSECURE_SKIP_VERIFY = false ;[proxy] ;; Enable the proxy, all requests to external via HTTP will be affected -- cgit v1.2.3