CmdTestServiceAccountIssuerDiscovery is used by agnhost Cobra.
var CmdTestServiceAccountIssuerDiscovery = &cobra.Command{ Use: "test-service-account-issuer-discovery", Short: "Tests the ServiceAccountIssuerDiscovery feature", Long: "Reads in a mounted token and attempts to verify it against the API server's " + "OIDC endpoints, using a third-party OIDC implementation.", Args: cobra.MaximumNArgs(0), Run: main, }