add oauth2 proxy template to istio [ci skip]

This commit is contained in:
Viktor Barzin 2024-01-08 22:32:11 +00:00
parent 44113ff1be
commit 149c49ca5f
No known key found for this signature in database
GPG key ID: 4056458DBDBF8863
2 changed files with 4 additions and 0 deletions

View file

@ -5,6 +5,10 @@
resource "kubernetes_namespace" "oauth2" {
metadata {
name = "oauth2"
# cookie seems to be not set and auth fails
# labels = {
# "istio-injection" : "enabled"
# }
}
}
variable "tls_secret_name" {

Binary file not shown.