Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: disable kubelet anonymous auth #87

Merged
merged 1 commit into from
Aug 16, 2024

Conversation

peter-svensson
Copy link
Member

Kubelet anonymousAuth is currently turned on. This allows RBAC escalation and remote code execution possibilities. It is highly recommended you turn it off by setting '''spec.kubelet.anonymousAuth''' to '''false''' via '''kops edit cluster'''

See https://kops.sigs.k8s.io/security/#kubelet-api

argoyle
argoyle previously approved these changes Aug 15, 2024
Copy link
Member

@argoyle argoyle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔒👏🏻

Kubelet anonymousAuth is currently turned on. This allows RBAC escalation and remote code execution possibilities.
It is highly recommended you turn it off by setting '\''spec.kubelet.anonymousAuth'\'' to '\''false'\'' via '\''kops edit cluster'\''

See https://kops.sigs.k8s.io/security/#kubelet-api
@peter-svensson peter-svensson force-pushed the disable_anonymous_auth_for_kubelet branch from 99d6e77 to 93adf2c Compare August 16, 2024 05:46
@peter-svensson peter-svensson merged commit 2a26ddf into main Aug 16, 2024
5 of 6 checks passed
@peter-svensson peter-svensson deleted the disable_anonymous_auth_for_kubelet branch August 16, 2024 06:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants