-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📖 infrastructure provider security guidelines
- Loading branch information
1 parent
7062ab0
commit 376caae
Showing
4 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
docs/book/src/security/infrastructure-provider-security-guidance.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Infrastructure Provider Security Guidance | ||
|
||
- Ensure credentials used by Cluster API are least privileged and setting access control | ||
on Cluster API controller namespaces to prevent unauthorized access by anyone other | ||
than cloud admin. | ||
- Implement 2FA for all maintainer accounts on Github. Apply the second pair of eyes | ||
principle when performing privileged actions such as image building or updates to the | ||
contents of the machine images. | ||
- Use short-lived credentials that are auto-renewed using node level attestation. | ||
- Implement rate limits for creation, deletion and update of cloud resources. | ||
- Any cloud resource not linked to a cluster after a fixed configurable period of time | ||
created by these cloud credentials, should be auto-deleted or marked for garbage collection. |