hide headscale ui behind client tls as it is operational now [ci skip]
This commit is contained in:
parent
fbbc05180d
commit
022bd66518
2 changed files with 3 additions and 3 deletions
|
|
@ -151,9 +151,9 @@ resource "kubernetes_ingress_v1" "headscale" {
|
|||
name = "headscale-ingress"
|
||||
namespace = "headscale"
|
||||
annotations = {
|
||||
"kubernetes.io/ingress.class" = "nginx"
|
||||
# "nginx.ingress.kubernetes.io/auth-tls-verify-client" = "on"
|
||||
# "nginx.ingress.kubernetes.io/auth-tls-secret" = "default/ca-secret"
|
||||
"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