mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 11:50:44 +00:00
Move kube-apiserver client cert back to simple e2e
This commit is contained in:
parent
d62762f090
commit
6fb7d40a72
8
test/conformance/testdata/conformance.yaml
vendored
8
test/conformance/testdata/conformance.yaml
vendored
@ -1314,14 +1314,6 @@
|
|||||||
resource must support get, update, patch.'
|
resource must support get, update, patch.'
|
||||||
release: v1.19
|
release: v1.19
|
||||||
file: test/e2e/auth/certificates.go
|
file: test/e2e/auth/certificates.go
|
||||||
- testname: CertificateSigningRequest API Client Certificate
|
|
||||||
codename: '[sig-auth] Certificates API [Privileged:ClusterAdmin] should support
|
|
||||||
building a client with a CSR [Conformance]'
|
|
||||||
description: ' The certificatesigningrequests resource must accept a request for
|
|
||||||
a certificate signed by kubernetes.io/kube-apiserver-client. The issued certificate
|
|
||||||
must be valid as a client certificate used to authenticate to the kube-apiserver.'
|
|
||||||
release: v1.19
|
|
||||||
file: test/e2e/auth/certificates.go
|
|
||||||
- testname: Service account tokens auto mount optionally
|
- testname: Service account tokens auto mount optionally
|
||||||
codename: '[sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]'
|
codename: '[sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]'
|
||||||
description: Ensure that Service Account keys are mounted into the Pod only when
|
description: Ensure that Service Account keys are mounted into the Pod only when
|
||||||
|
@ -52,7 +52,7 @@ var _ = SIGDescribe("Certificates API [Privileged:ClusterAdmin]", func() {
|
|||||||
The certificatesigningrequests resource must accept a request for a certificate signed by kubernetes.io/kube-apiserver-client.
|
The certificatesigningrequests resource must accept a request for a certificate signed by kubernetes.io/kube-apiserver-client.
|
||||||
The issued certificate must be valid as a client certificate used to authenticate to the kube-apiserver.
|
The issued certificate must be valid as a client certificate used to authenticate to the kube-apiserver.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should support building a client with a CSR", func() {
|
ginkgo.It("should support building a client with a CSR", func() {
|
||||||
const commonName = "tester-csr"
|
const commonName = "tester-csr"
|
||||||
|
|
||||||
csrClient := f.ClientSet.CertificatesV1().CertificateSigningRequests()
|
csrClient := f.ClientSet.CertificatesV1().CertificateSigningRequests()
|
||||||
|
Loading…
Reference in New Issue
Block a user