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 avoids potential race condition that:
- Allow steps to use credential from other steps
- Causes steps to use incorrect credentials, if they are over-written by another step
Copy file name to clipboardExpand all lines: templates/aws-stack.yml
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,6 +74,7 @@ Metadata:
74
74
Parameters:
75
75
- EnableDockerUserNamespaceRemap
76
76
- EnableDockerExperimental
77
+
- IsolateDockerConfig
77
78
78
79
- Label:
79
80
default: Docker Registry Configuration
@@ -355,6 +356,14 @@ Parameters:
355
356
- "false"
356
357
Default: "false"
357
358
359
+
IsolateDockerConfig:
360
+
Type: String
361
+
Description: Isolates Docker Configuration per step
362
+
AllowedValues:
363
+
- "true"
364
+
- "false"
365
+
Default: "false"
366
+
358
367
EnableCostAllocationTags:
359
368
Type: String
360
369
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