add warning to no add client auth for ehadscala manager path [ci skip]

This commit is contained in:
Viktor Barzin 2023-10-10 10:09:12 +00:00
parent 2f86a8a9a7
commit db9f075c4d
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 1 additions and 2 deletions

View file

@ -142,9 +142,8 @@ resource "kubernetes_ingress_v1" "headscale" {
name = "headscale-ingress"
namespace = "headscale"
annotations = {
// DO NOT ADD CLIENT TLS AUTH as this breaks vpn auth
"kubernetes.io/ingress.class" = "nginx"
# "nginx.ingress.kubernetes.io/auth-tls-verify-client" = "on"
# "nginx.ingress.kubernetes.io/auth-tls-secret" = "default/ca-secret"
}
}

Binary file not shown.