- Notifications
You must be signed in to change notification settings - Fork928
Commit13cef7d
feat: Support caching provisioner assets (#574)
* feat: Add AWS instance identity authenticationThis allows zero-trust authentication for all AWS instances.Prior to this, AWS instances could be used by passing `CODER_TOKEN`as an environment variable to the startup script. AWS explicitlystates that secrets should not be passed in startup scripts becauseit's user-readable.* feat: Support caching provisioner assetsThis caches the Terraform binary, and Terraform plugins.Eventually, it could cache other temporary files.* chore: fix linterCo-authored-by: Garrett <garrett@coder.com>1 parent9485fd6 commit13cef7d
File tree
4 files changed
+23
-5
lines changed- cli
- provisioner/terraform
4 files changed
+23
-5
lines changedLines changed: 8 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
| |||
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| 46 | + | |
45 | 47 |
| |
46 | 48 |
| |
47 | 49 |
| |
| |||
161 | 163 |
| |
162 | 164 |
| |
163 | 165 |
| |
164 |
| - | |
| 166 | + | |
165 | 167 |
| |
166 | 168 |
| |
167 | 169 |
| |
| |||
305 | 307 |
| |
306 | 308 |
| |
307 | 309 |
| |
| 310 | + | |
| 311 | + | |
308 | 312 |
| |
309 | 313 |
| |
310 | 314 |
| |
| |||
358 | 362 |
| |
359 | 363 |
| |
360 | 364 |
| |
361 |
| - | |
| 365 | + | |
362 | 366 |
| |
363 | 367 |
| |
364 | 368 |
| |
365 | 369 |
| |
366 | 370 |
| |
367 | 371 |
| |
368 |
| - | |
| 372 | + | |
| 373 | + | |
369 | 374 |
| |
370 | 375 |
| |
371 | 376 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
| 19 | + | |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
90 | 98 |
| |
91 | 99 |
| |
92 | 100 |
| |
|
Lines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
| 37 | + | |
37 | 38 |
| |
38 | 39 |
| |
39 | 40 |
| |
| |||
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
46 |
| - | |
47 |
| - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 |
| |
49 | 51 |
| |
50 | 52 |
| |
| |||
58 | 60 |
| |
59 | 61 |
| |
60 | 62 |
| |
| 63 | + | |
61 | 64 |
| |
62 | 65 |
| |
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
66 | 69 |
| |
| 70 | + | |
67 | 71 |
| |
68 | 72 |
|
0 commit comments
Comments
(0)