mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-21 17:09:04 +01:00
feat: Add variable to provide additional OIDC thumbprints (#1865)
Co-authored-by: Anton Babenko <anton@antonbabenko.com>
This commit is contained in:
@@ -247,6 +247,12 @@ variable "openid_connect_audiences" {
|
||||
default = []
|
||||
}
|
||||
|
||||
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)
|
||||
default = []
|
||||
}
|
||||
|
||||
################################################################################
|
||||
# Cluster IAM Role
|
||||
################################################################################
|
||||
|
||||
Reference in New Issue
Block a user