Skip to content

Commit 70c8cc9

Browse files
Update kind config
Signed-off-by: michal.gubricky <[email protected]>
1 parent 2ed93ab commit 70c8cc9

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Tests/kaas/kaas-sonobuoy-tests/kind_config.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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
1518
nodes:
1619
- role: control-plane
1720
- role: worker

Tests/kaas/kaas-sonobuoy-tests/scs_k8s_conformance_tests/scs_0217_cluster_hardening_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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.
472471
func Test_scs_0217_sonobuoy_K8s_Endpoints_HTTPS(t *testing.T) {
473472
f := features.New("Kubernetes endpoint security").Assess(

0 commit comments

Comments
 (0)