Merge pull request #98587 from mtaufen/said-test

Move ServiceAccountIssuerDiscovery test into main e2e suite
This commit is contained in:
Kubernetes Prow Robot 2021-01-30 04:03:48 -08:00 committed by GitHub
commit c241a237f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -673,7 +673,7 @@ var _ = SIGDescribe("ServiceAccounts", func() {
} }
}) })
ginkgo.It("should support OIDC discovery of service account issuer [Feature:ServiceAccountIssuerDiscovery]", func() { ginkgo.It("ServiceAccountIssuerDiscovery should support OIDC discovery of service account issuer", func() {
// Allow the test pod access to the OIDC discovery non-resource URLs. // Allow the test pod access to the OIDC discovery non-resource URLs.
// The role should have already been automatically created as part of the // The role should have already been automatically created as part of the
// bootstrap policy, but not the role binding. // bootstrap policy, but not the role binding.