Skip to content

Commit

Permalink
disable basic auth (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
ypoplavs authored Sep 28, 2023
1 parent 388d49f commit 2f7a3e8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions charts/testkube/values-develop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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"
Expand Down
12 changes: 6 additions & 6 deletions charts/testkube/values-stage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2f7a3e8

Please sign in to comment.