File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Tests/kaas/kaas-sonobuoy-tests
scs_k8s_conformance_tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ kubeadmConfigPatches:
1212 apiServer:
1313 extraArgs:
1414 enable-admission-plugins: "NodeRestriction,PodSecurity"
15+ oidc-issuer-url: https://localhost:8443
16+ oidc-client-id: kubernetes
17+ oidc-username-claim: sub
1518nodes :
1619- role : control-plane
1720- role : worker
Original file line number Diff line number Diff line change @@ -467,7 +467,6 @@ func Test_scs_0217_sonobuoy_Control_Plane_Ports_Security(t *testing.T) {
467467 testenv .Test (t , f .Feature ())
468468}
469469
470- // Test_K8s_Endpoints_HTTPS checks if all Kubernetes endpoints are secured via HTTPS.
471470// Test_K8s_Endpoints_HTTPS checks if all Kubernetes endpoints are secured via HTTPS.
472471func Test_scs_0217_sonobuoy_K8s_Endpoints_HTTPS (t * testing.T ) {
473472 f := features .New ("Kubernetes endpoint security" ).Assess (
You can’t perform that action at this time.
0 commit comments