dbt-platform-helper 10.11.0__py3-none-any.whl → 10.11.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of dbt-platform-helper might be problematic. Click here for more details.
- dbt_platform_helper/templates/pipelines/codebase/overrides/stack.ts +8 -2
- {dbt_platform_helper-10.11.0.dist-info → dbt_platform_helper-10.11.1.dist-info}/METADATA +1 -1
- {dbt_platform_helper-10.11.0.dist-info → dbt_platform_helper-10.11.1.dist-info}/RECORD +6 -6
- {dbt_platform_helper-10.11.0.dist-info → dbt_platform_helper-10.11.1.dist-info}/LICENSE +0 -0
- {dbt_platform_helper-10.11.0.dist-info → dbt_platform_helper-10.11.1.dist-info}/WHEEL +0 -0
- {dbt_platform_helper-10.11.0.dist-info → dbt_platform_helper-10.11.1.dist-info}/entry_points.txt +0 -0
|
@@ -84,7 +84,7 @@ export class TransformedStack extends cdk.Stack {
|
|
|
84
84
|
envVars.push({name: 'ADDITIONAL_ECR_REPOSITORY', value: this.additionalEcrRepository()});
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
new cdk.aws_codebuild.CfnProject(this, 'ImageBuildProject', {
|
|
87
|
+
const imageBuildProject: cdk.aws_codebuild.CfnProject = new cdk.aws_codebuild.CfnProject(this, 'ImageBuildProject', {
|
|
88
88
|
name: `codebuild-${this.appName}-${this.pipelineManifest.name}`,
|
|
89
89
|
description: `Publish images on push to ${this.codebaseConfiguration.repository}`,
|
|
90
90
|
badgeEnabled: true,
|
|
@@ -122,6 +122,9 @@ export class TransformedStack extends cdk.Stack {
|
|
|
122
122
|
)),
|
|
123
123
|
},
|
|
124
124
|
});
|
|
125
|
+
|
|
126
|
+
imageBuildProject.node.addDependency(this.template.getResource("BuildProjectRole") as cdk.aws_iam.CfnRole);
|
|
127
|
+
imageBuildProject.node.addDependency(this.template.getResource("BuildProjectPolicy") as cdk.aws_iam.CfnPolicy);
|
|
125
128
|
}
|
|
126
129
|
|
|
127
130
|
private createECRRepository() {
|
|
@@ -403,7 +406,10 @@ export class TransformedStack extends cdk.Stack {
|
|
|
403
406
|
const buildProjectPolicy = this.template.getResource("BuildProjectPolicy") as cdk.aws_iam.CfnPolicy;
|
|
404
407
|
(buildProjectPolicy.policyDocument.Statement as Array<any>).push({
|
|
405
408
|
Effect: 'Allow',
|
|
406
|
-
Action: [
|
|
409
|
+
Action: [
|
|
410
|
+
'codestar-connections:GetConnectionToken',
|
|
411
|
+
'codestar-connections:UseConnection',
|
|
412
|
+
],
|
|
407
413
|
Resource: [this.codestarConnection.arn],
|
|
408
414
|
});
|
|
409
415
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: dbt-platform-helper
|
|
3
|
-
Version: 10.11.
|
|
3
|
+
Version: 10.11.1
|
|
4
4
|
Summary: Set of tools to help transfer applications/services from GOV.UK PaaS to DBT PaaS augmenting AWS Copilot.
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Department for Business and Trade Platform Team
|
|
@@ -68,7 +68,7 @@ dbt_platform_helper/templates/pipelines/codebase/overrides/buildspec.image.yml,s
|
|
|
68
68
|
dbt_platform_helper/templates/pipelines/codebase/overrides/cdk.json,sha256=ZbvoQdcj_k9k1GAD9qHUQcDfQPbMcBPjJwt2mu_S6ho,339
|
|
69
69
|
dbt_platform_helper/templates/pipelines/codebase/overrides/package-lock.json,sha256=Is83o58QXbeg2SkHmR79ATt91aFhVbO7kb1VF0qXpY8,152671
|
|
70
70
|
dbt_platform_helper/templates/pipelines/codebase/overrides/package.json,sha256=XB0Pf63NSsGyowkPGTl1Nki167nRDXJdnxLSN3S_lQg,536
|
|
71
|
-
dbt_platform_helper/templates/pipelines/codebase/overrides/stack.ts,sha256=
|
|
71
|
+
dbt_platform_helper/templates/pipelines/codebase/overrides/stack.ts,sha256=v9m6EziRgFnrhF7inbr1KtuOh75FeC054vaWMoAi-qg,21500
|
|
72
72
|
dbt_platform_helper/templates/pipelines/codebase/overrides/tsconfig.json,sha256=k6KabP-WwhFNgA1AFHNuonTEAnES6eR74jUuYUJEGOM,651
|
|
73
73
|
dbt_platform_helper/templates/pipelines/codebase/overrides/types.ts,sha256=8cp5xl_CIMH5TPvwlw9UBPKwfntcsu-lTAjbL5uylgw,1257
|
|
74
74
|
dbt_platform_helper/templates/pipelines/environments/buildspec.yml,sha256=hTCUhSfrnTUMOpUo8EjQmvit2aX7J0cKNeqV2DChaA0,3365
|
|
@@ -96,8 +96,8 @@ dbt_platform_helper/utils/template.py,sha256=raRx4QUCVJtKfvJK08Egg6gwWcs3r3V4nPW
|
|
|
96
96
|
dbt_platform_helper/utils/validation.py,sha256=2XMizmCGk4oTVU67q72cdc8eyOzL0wxhe7DframhQ8Q,23699
|
|
97
97
|
dbt_platform_helper/utils/versioning.py,sha256=h3veQpFoiOjYY9dRVppcBDzVfgZerT0lXuE9QCTo5-c,10710
|
|
98
98
|
platform_helper.py,sha256=zjsZKcbyrEQbKfERi0JG8JEL-MgG6EjxIMiWT66kCVg,2299
|
|
99
|
-
dbt_platform_helper-10.11.
|
|
100
|
-
dbt_platform_helper-10.11.
|
|
101
|
-
dbt_platform_helper-10.11.
|
|
102
|
-
dbt_platform_helper-10.11.
|
|
103
|
-
dbt_platform_helper-10.11.
|
|
99
|
+
dbt_platform_helper-10.11.1.dist-info/LICENSE,sha256=dP79lN73--7LMApnankTGLqDbImXg8iYFqWgnExGkGk,1090
|
|
100
|
+
dbt_platform_helper-10.11.1.dist-info/METADATA,sha256=w_Z_ceQ6vEi6-lewix-jJzTAamSZN_cm2jrYf9JbUBg,3127
|
|
101
|
+
dbt_platform_helper-10.11.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
102
|
+
dbt_platform_helper-10.11.1.dist-info/entry_points.txt,sha256=QhbY8F434A-onsg0-FsdMd2U6HKh6Q7yCFFZrGUh5-M,67
|
|
103
|
+
dbt_platform_helper-10.11.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{dbt_platform_helper-10.11.0.dist-info → dbt_platform_helper-10.11.1.dist-info}/entry_points.txt
RENAMED
|
File without changes
|