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

✨ Review and Restrict Kubernetes Resource Permissions #127

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

velotioaastha
Copy link

  1. The permissions of Kubernetes resources are minimized to what is essential for their operation, enhancing the cluster's security posture. Namespace-specific scoping will be applied where beneficial, providing an additional layer of containment and control.

@velotioaastha velotioaastha marked this pull request as ready for review May 17, 2024 12:03
@velotioaastha velotioaastha changed the title WIP: Review and Restrict Kubernetes Resource Permissions ✨ Review and Restrict Kubernetes Resource Permissions May 17, 2024
@velotioaastha velotioaastha force-pushed the aastha/restric-k8s-permissions branch from b96f3a3 to be0681f Compare May 17, 2024 13:04
@velotioaastha velotioaastha force-pushed the aastha/restric-k8s-permissions branch from b7411d8 to 6592951 Compare May 17, 2024 13:08
@amanpruthi amanpruthi linked an issue May 20, 2024 that may be closed by this pull request
@abhinavg6 abhinavg6 requested review from adityachoudhari26 and removed request for gls4 and nfoucha June 4, 2024 16:10
- apiGroups:
- '*'
Copy link
Member

Choose a reason for hiding this comment

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

I think this should be the default values for clusterRole.rules

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.

Review and Restrict Kubernetes Resource Permissions
2 participants