From 2f7a3e8d880f902ea24cac5c544ed0028286c622 Mon Sep 17 00:00:00 2001 From: ypoplavs <45286051+ypoplavs@users.noreply.github.com> Date: Thu, 28 Sep 2023 14:58:35 +0300 Subject: [PATCH] disable basic auth (#647) --- charts/testkube/values-develop.yaml | 12 ++++++------ charts/testkube/values-stage.yaml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/charts/testkube/values-develop.yaml b/charts/testkube/values-develop.yaml index db2473e4a..5f90f4b66 100644 --- a/charts/testkube/values-develop.yaml +++ b/charts/testkube/values-develop.yaml @@ -156,9 +156,9 @@ testkube-api: nginx.ingress.kubernetes.io/ssl-redirect: "false" nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-credentials: "false" - nginx.ingress.kubernetes.io/auth-type: basic - nginx.ingress.kubernetes.io/auth-secret: htpasswd - nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" +# nginx.ingress.kubernetes.io/auth-type: basic +# nginx.ingress.kubernetes.io/auth-secret: htpasswd +# nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" # specify the name of the global IP address resource to be associated with the HTTP(S) Load Balancer. kubernetes.io/ingress.global-static-ip-name: testkube-develop # add an annotation indicating the issuer to use. @@ -314,9 +314,9 @@ testkube-dashboard: nginx.ingress.kubernetes.io/ssl-redirect: "false" nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-credentials: "false" - nginx.ingress.kubernetes.io/auth-type: basic - nginx.ingress.kubernetes.io/auth-secret: htpasswd - nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" +# nginx.ingress.kubernetes.io/auth-type: basic +# nginx.ingress.kubernetes.io/auth-secret: htpasswd +# nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" # specify the name of the global IP address resource to be associated with the HTTP(S) Load Balancer. kubernetes.io/ingress.global-static-ip-name: testkube-develop cert-manager.io/issue-temporary-certificate: "true" diff --git a/charts/testkube/values-stage.yaml b/charts/testkube/values-stage.yaml index 3a9c0d58a..336ebd665 100644 --- a/charts/testkube/values-stage.yaml +++ b/charts/testkube/values-stage.yaml @@ -156,9 +156,9 @@ testkube-api: nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-methods: "GET" nginx.ingress.kubernetes.io/cors-allow-credentials: "false" - nginx.ingress.kubernetes.io/auth-type: basic - nginx.ingress.kubernetes.io/auth-secret: htpasswd - nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" +# nginx.ingress.kubernetes.io/auth-type: basic +# nginx.ingress.kubernetes.io/auth-secret: htpasswd +# nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" # specify the name of the global IP address resource to be associated with the HTTP(S) Load Balancer. kubernetes.io/ingress.global-static-ip-name: testkube-integration # add an annotation indicating the issuer to use. @@ -317,9 +317,9 @@ testkube-dashboard: nginx.ingress.kubernetes.io/enable-cors: "true" nginx.ingress.kubernetes.io/cors-allow-methods: "GET" nginx.ingress.kubernetes.io/cors-allow-credentials: "false" - nginx.ingress.kubernetes.io/auth-type: basic - nginx.ingress.kubernetes.io/auth-secret: htpasswd - nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" +# nginx.ingress.kubernetes.io/auth-type: basic +# nginx.ingress.kubernetes.io/auth-secret: htpasswd +# nginx.ingress.kubernetes.io/auth-realm: "Enter your credentials" # specify the name of the global IP address resource to be associated with the HTTP(S) Load Balancer. kubernetes.io/ingress.global-static-ip-name: testkube-integration # add an annotation indicating the issuer to use.