No more sercretString dans oauth2

This commit is contained in:
2024-05-17 16:10:54 +02:00
parent 1c42b356c1
commit 8e883d012e
7 changed files with 88 additions and 33 deletions

View File

@@ -17,6 +17,21 @@ variable "binding" {
type = string
default = "post"
}
variable "namespace" {
type = string
}
variable "labels" {
type = map(string)
}
variable "group_mapping" {
type = string
default = null
}
variable "audience" {
type = string
default = null
}
variable "saml_issuer" {
type = string
default = null
}