make it easier to add auth to the echo svc for debugging [ci skip]

This commit is contained in:
Viktor Barzin 2023-12-27 13:53:00 +00:00
parent 0db624a015
commit 7196af28bf
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863

View file

@ -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"
}
}