-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Security Self Assessment: [STRIDE-DOS-2] Misuse of Infra Admin credentials to create unlimited number of clusters #6516
Comments
/milestone v1.2 |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/lifecycle frozen Still a valid point to document some general best practices, but providing specific guidance for each cloud infrastructure should be addressed by cloud providers I'm not sure that we can/we should apply rate limits on clusterctl and underlying APIs on concurrent and successive requests because technically complex; also it does not prevents to use of credentials in other ways so it doesn't solve the problem |
@fabriziopandini: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
This issue has not been updated in over 1 year, and should be re-triaged. You can:
For more details on the triage process, see https://www.kubernetes.dev/docs/guide/issue-triage/ /remove-triage accepted |
/priority backlog |
I'm collapsing this issue into #6152 to see if we can make some progess |
@fabriziopandini: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
User Story
As an operator, I would like to apply soft/hard limits on maximum number of clusters so that I don't end up exhausting available capacity
As an operator, I would like to apply rate limits on clusterctl and underlying APIs on concurrent and successive requests to create new clusters so that I don't end up creating large number of clusters in short period of time exhausting available capacity
Detailed Description
Snippet from Cluster API security self-assessment: kubernetes/sig-security#40
STRIDE-DOS-2 - Misuse of Infra Admin credentials to create unlimited number of clusters
Infra Admin credentials can be misused by someone who has access to it by accidentally or maliciously creating very large number of clusters to exhaust capacity or slow down the operations team or for financial damage caused due to surprise bills
STRIDE-DOS-2 Recommended Mitigations
Alerting can be done by end users once these limits are set
/kind feature
/sig security
/area security
The text was updated successfully, but these errors were encountered: