mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-29 05:31:46 +02:00
feat: Allow OIDC root CA thumbprint to be included/excluded (#2778)
* fix: Allow OIDC root CA thumbprint to be included/excluded * chore: Consolidate conditional logic within local conditional --------- Co-authored-by: Bryant Biggs <bryantbiggs@gmail.com>
This commit is contained in:
@@ -358,6 +358,12 @@ variable "openid_connect_audiences" {
|
||||
default = []
|
||||
}
|
||||
|
||||
variable "include_oidc_root_ca_thumbprint" {
|
||||
description = "Determines whether to include the root CA thumbprint in the OpenID Connect (OIDC) identity provider's server certificate(s)"
|
||||
type = bool
|
||||
default = true
|
||||
}
|
||||
|
||||
variable "custom_oidc_thumbprints" {
|
||||
description = "Additional list of server certificate thumbprints for the OpenID Connect (OIDC) identity provider's server certificate(s)"
|
||||
type = list(string)
|
||||
|
||||
Reference in New Issue
Block a user