package openidmetadata
import "k8s.io/kubernetes/test/images/agnhost/openidmetadata"
Package openidmetadata tests the OIDC discovery endpoints which are part of the ServiceAccountIssuerDiscovery feature.
Index ¶
Variables ¶
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, }
CmdTestServiceAccountIssuerDiscovery is used by agnhost Cobra.
Source Files ¶
openidmetadata.go
- Version
- v1.33.2 (latest)
- Published
- Jun 17, 2025
- Platform
- js/wasm
- Imports
- 15 packages
- Last checked
- 57 minutes ago –
Tools for package owners.