refactor some wireguard clients and temp disable pma tls auth [ci skip]
This commit is contained in:
parent
b2bc19665b
commit
6d394cb440
5 changed files with 4 additions and 7 deletions
|
|
@ -296,8 +296,8 @@ resource "kubernetes_ingress_v1" "phpmyadmin" {
|
|||
|
||||
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"
|
||||
# "nginx.ingress.kubernetes.io/auth-tls-verify-client" = "on"
|
||||
# "nginx.ingress.kubernetes.io/auth-tls-secret" = "default/ca-secret"
|
||||
}
|
||||
}
|
||||
spec {
|
||||
|
|
|
|||
|
|
@ -322,6 +322,8 @@ resource "kubernetes_ingress_v1" "finance_app" {
|
|||
namespace = "finance-app"
|
||||
annotations = {
|
||||
"kubernetes.io/ingress.class" = "nginx"
|
||||
#"nginx.ingress.kubernetes.io/auth-url"= "https://oauth-provider/auth"
|
||||
#"nginx.ingress.kubernetes.io/auth-signin"= "https://oauth-provider/sign_in?rd=$request_uri"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -13,11 +13,6 @@ AllowedIPs = 10.3.3.12/32
|
|||
PublicKey = fr4DB6FHhxYyzrtnoNbhdT8Fqwvsz7QkhTnZpSQmBCY=
|
||||
AllowedIPs = 10.3.3.13/32
|
||||
|
||||
[Peer]
|
||||
# friendly_name = ancalaptop
|
||||
PublicKey = ET87EZpV86wJ0EcsnXFJgmp2/dgGP+od/tGdMt5ZNVM=
|
||||
AllowedIPs = 10.3.3.14/32
|
||||
|
||||
[Peer]
|
||||
# friendly_name = atanunq
|
||||
PublicKey = WsvC6GO634AOcoA1jqtxF3pz5cmxmkz7RGkX140PBTI=
|
||||
|
|
|
|||
Binary file not shown.
BIN
terraform.tfvars
BIN
terraform.tfvars
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue