kyma-project / control-plane

A flexible and easy way to manage Kyma Runtimes
Apache License 2.0
16 stars 113 forks source link

fix Blocking SSH access for all provisioned and upgraded Kyma runtimes #3457

Closed koala7659 closed 3 weeks ago

koala7659 commented 3 weeks ago

What this PR does : Setting the parameter shoot.Spec.Provider.WorkersSettings.SSHAccess to false for all provisioned and updated Gardener Shoots resources to block SSH traffic.

Related Issue: someGHRepo/kyma/backlog/issues/5775

Why this PR is created: Requested by SRE to address SSH security vulnerability. Check the linked issue for more details.

Includes all required unit tests adjustments.