Skip to content

Commit

Permalink
feat(clusterinfo): remove oidc issuer from cluster-info
Browse files Browse the repository at this point in the history
should not be breaking as not yet used from anybody as the workload identity feature was not released
  • Loading branch information
ChristianGottinger committed Jun 7, 2023
1 parent ed0db40 commit 06b53ee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/recipes/copsctl/cluster_info_v2.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 06b53ee

Please sign in to comment.