make it easier to add auth to the echo svc for debugging [ci skip]
This commit is contained in:
parent
0db624a015
commit
7196af28bf
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ resource "kubernetes_ingress_v1" "echo" {
|
|||
|
||||
annotations = {
|
||||
"kubernetes.io/ingress.class" = "nginx"
|
||||
# "nginx.ingress.kubernetes.io/auth-url" : "https://oauth2.viktorbarzin.me/oauth2/auth"
|
||||
# "nginx.ingress.kubernetes.io/auth-signin" : "https://oauth2.viktorbarzin.me/oauth2/start?rd=/redirect/$http_host$escaped_request_uri"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue