From a8b94645ef9e9fd101fc5816190e247ff132c892 Mon Sep 17 00:00:00 2001 From: Renan Campos Date: Tue, 15 Oct 2024 11:10:15 -0400 Subject: [PATCH] add tag_enforcement to WifConfig's GCP structure --- model/clusters_mgmt/v1/wif_config_type.model | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model/clusters_mgmt/v1/wif_config_type.model b/model/clusters_mgmt/v1/wif_config_type.model index 142c5dfb..7476140a 100644 --- a/model/clusters_mgmt/v1/wif_config_type.model +++ b/model/clusters_mgmt/v1/wif_config_type.model @@ -40,6 +40,8 @@ struct WifGcp { ServiceAccounts []WifServiceAccount // Defines the access configuration for support. Support WifSupport + // Determines whether tag-based access enforcement will be used. + TagEnforcement Boolean // The workload identity configuration data that will be used to create the // workload identity pool on the user's account. WorkloadIdentityPool WifPool