add oauth2 proxy template to istio [ci skip]
This commit is contained in:
parent
44113ff1be
commit
149c49ca5f
2 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
||||||
resource "kubernetes_namespace" "oauth2" {
|
resource "kubernetes_namespace" "oauth2" {
|
||||||
metadata {
|
metadata {
|
||||||
name = "oauth2"
|
name = "oauth2"
|
||||||
|
# cookie seems to be not set and auth fails
|
||||||
|
# labels = {
|
||||||
|
# "istio-injection" : "enabled"
|
||||||
|
# }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
variable "tls_secret_name" {
|
variable "tls_secret_name" {
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue