add warning to no add client auth for ehadscala manager path [ci skip]
This commit is contained in:
parent
2f86a8a9a7
commit
db9f075c4d
2 changed files with 1 additions and 2 deletions
|
|
@ -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.
Loading…
Add table
Add a link
Reference in a new issue