mirror of
https://github.com/ysoftdevs/terraform-aws-eks.git
synced 2026-03-25 10:51:06 +01:00
feat: Allow users to add more Audiences to OpenID Connect (#1451)
This commit is contained in:
@@ -393,3 +393,9 @@ variable "wait_for_cluster_timeout" {
|
||||
type = number
|
||||
default = 300
|
||||
}
|
||||
|
||||
variable "openid_connect_audiences" {
|
||||
description = "List of OpenID Connect audience client IDs to add to the IRSA provider."
|
||||
type = list(string)
|
||||
default = []
|
||||
}
|
||||
Reference in New Issue
Block a user