From 06b53eeb8ac5b710b891ef6ba2c55f3103c638ff Mon Sep 17 00:00:00 2001 From: Christian Gottinger Date: Fri, 26 May 2023 08:37:22 +0200 Subject: [PATCH] feat(clusterinfo): remove oidc issuer from cluster-info should not be breaking as not yet used from anybody as the workload identity feature was not released --- pkg/recipes/copsctl/cluster_info_v2.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/recipes/copsctl/cluster_info_v2.go b/pkg/recipes/copsctl/cluster_info_v2.go index 9c6a28d..c6a3bcd 100644 --- a/pkg/recipes/copsctl/cluster_info_v2.go +++ b/pkg/recipes/copsctl/cluster_info_v2.go @@ -19,7 +19,6 @@ type InfoV2 struct { NetworkingBlue Networking `json:"networking_blue"` NetworkingGreen Networking `json:"networking_green"` ApplicationDnsZones []ApplicationDnsZone `json:"application_dns_zones"` - OidcIssuerProfileUrl string `json:"oidc_issuer_profile_url"` } type Networking struct {