You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This improves job isolation, preventing jobs from relying on
authentication configured in other jobs.
This is based on PR #678, but we've removed the stack parameter because
the v5.0.0 release is pending and we're comfortable making a small
breaking change.
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
-10Lines changed: 0 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,6 @@ Metadata:
74
74
Parameters:
75
75
- EnableDockerUserNamespaceRemap
76
76
- EnableDockerExperimental
77
-
- IsolateDockerConfig
78
77
79
78
- Label:
80
79
default: Docker Registry Configuration
@@ -356,14 +355,6 @@ Parameters:
356
355
- "false"
357
356
Default: "false"
358
357
359
-
IsolateDockerConfig:
360
-
Type: String
361
-
Description: Isolates Docker Configuration per step
362
-
AllowedValues:
363
-
- "true"
364
-
- "false"
365
-
Default: "false"
366
-
367
358
EnableCostAllocationTags:
368
359
Type: String
369
360
Description: Enables AWS Cost Allocation tags for all resources in the stack. See https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html
0 commit comments