Skip to content

Commit defea3b

Browse files
authored
Merge pull request #5813 from reylejano/update-rfp
Update 2021 RFP with additional questions
2 parents d044de6 + 90737e7 commit defea3b

File tree

1 file changed

+32
-0
lines changed
  • sig-security/security-audit-2021

1 file changed

+32
-0
lines changed

sig-security/security-audit-2021/RFP.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,3 +136,35 @@ Separately, any code released with or as part of the report needs to be under th
136136
### Must I use the report format from the previous audit? Can the SIG provide a report format template I can use?
137137

138138
Vendors who wish to use either the previous report format, as allowed by CC BY 4.0, or a report format provided by the community may do so as long as it is also available under CC BY 4.0. Vendors who wish to publish 2 versions of the report, one tailored for the community under CC BY 4.0 and one that they host on their own site using their proprietary fonts, formats, branding, or other copyrights, under their own license may do so, in order to differentiate their commercial report format from this report. Vendors may also publish a synopsis and marketing materials regarding the report on their website as long as it links to the original report in this repository. In the community report, vendors can place links in the report to materials hosted on their commercial site. This does not imply that linked materials are themselves CC BY 4.0.
139+
140+
### Do you have any developer documentation or design documentation specifications that aren't available on the internet that you would be able to share?
141+
142+
Kubernetes is an open source project, all documentation is available on https://kubernetes.io or on https://github.com/kubernetes.
143+
144+
### What are the most important publicly available pages detailing the design of the system and the data it receives.
145+
146+
- Overview of [Kubernetes components](https://kubernetes.io/docs/concepts/overview/components/)
147+
- [kube-apiserver overview](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-apiserver/)
148+
- [kube-scheduler overview](https://kubernetes.io/docs/concepts/scheduling-eviction/kube-scheduler/)
149+
- [Operating etcd clusters for Kubernetes](https://kubernetes.io/docs/tasks/administer-cluster/configure-upgrade-etcd/)
150+
- [etcd clustering guide](https://etcd.io/docs/next/op-guide/clustering/)
151+
- [kube-controller-manager overview](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-controller-manager/)
152+
- [cloud-controller-manager overview](https://kubernetes.io/docs/concepts/architecture/cloud-controller/)
153+
- [cloud-controller-manager administration](https://kubernetes.io/docs/tasks/administer-cluster/running-cloud-controller/)
154+
- [kubelet overview](https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/)
155+
- [kube-proxy overview](https://kubernetes.io/docs/reference/command-line-tools-reference/kube-proxy/)
156+
- [secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver)
157+
158+
### How long does the Working Group envision the engagement lasting and what is the latest date you can receive the deliverables?
159+
160+
The latest date to receive deliverables will be negotiated with the selected vendor.
161+
162+
### Which attack vectors are of most concern to the Working Group.
163+
164+
1. The attack vector most concerned about is unauthenticated access to a cluster resulting in compromise of the [components in-scope](#project_goals_and_scope)
165+
2. Crossing namespace boundaries, an authenticated attacker being able to affect resources their credentials do not directly allow
166+
3. Any other attack vector that exists against the components in scope
167+
168+
### Is there flexibility to wait for staff to be available to work on the audit?
169+
170+
Yes, the timeline for the audit is flexible and the timeline will be further discussed and negotiated with the selected vendor.

0 commit comments

Comments
 (0)