Commit e899546
authored
[terraform] enable secure boot in k8s node pools (#15068)
## Change Description
Fixes hail-is/hail-security#47
Enables secure boot and shielded nodes for node pools and vdc cluster.
Note:
- [x] Apply terraform and validate that it works in a sandbox instance
before bringing to production
- [ ] Must be applied manually in production after the PR merges
## Security Assessment
- This change potentially impacts the Hail Batch instance as deployed by
Broad Institute in GCP
### Impact Rating
- This change has a medium security impact
### Impact Description
Enables secure boot and shielded nodes. Makes sure the kernels being
loaded in are properly protected
### Appsec Review
- [x] Required: The impact has been assessed and approved by appsec1 parent c34b96b commit e899546
2 files changed
+14
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| 124 | + | |
124 | 125 | | |
125 | 126 | | |
126 | 127 | | |
| |||
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
203 | 209 | | |
204 | 210 | | |
205 | 211 | | |
| |||
228 | 234 | | |
229 | 235 | | |
230 | 236 | | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
231 | 242 | | |
232 | 243 | | |
233 | 244 | | |
| |||
0 commit comments