Skip to content

Commit

Permalink
Update kind config
Browse files Browse the repository at this point in the history
Signed-off-by: michal.gubricky <[email protected]>
  • Loading branch information
michal-gubricky committed Nov 19, 2024
1 parent 5ed2bfa commit 6043d85
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Tests/kaas/kaas-sonobuoy-tests/kind_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ kubeadmConfigPatches:
apiServer:
extraArgs:
enable-admission-plugins: "NodeRestriction,PodSecurity"
oidc-issuer-url: https://localhost:8443
oidc-client-id: kubernetes
oidc-username-claim: sub
nodes:
- role: control-plane
- role: worker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ func Test_scs_0217_sonobuoy_Control_Plane_Ports_Security(t *testing.T) {
testenv.Test(t, f.Feature())
}

// Test_K8s_Endpoints_HTTPS checks if all Kubernetes endpoints are secured via HTTPS.
// Test_K8s_Endpoints_HTTPS checks if all Kubernetes endpoints are secured via HTTPS.
func Test_scs_0217_sonobuoy_K8s_Endpoints_HTTPS(t *testing.T) {
f := features.New("Kubernetes endpoint security").Assess(
Expand Down

0 comments on commit 6043d85

Please sign in to comment.