Skip to content

Commit 45714ca

Browse files
authored
CDK pipeline improvements (#527)
* Remove restrictDefaultSecurityGroup alternative, which shouldn't be needed with a directly applied CDK stack. * Apply separate FormsPlatformStack on deploy * Rev infra package version for publish * use correct params for stack deploy * publish test bugfix * Fix deployment issues in DOJ environment and add logging * Update forms-apply-stack with cdk --ci FormsPlatformStack * Add VPC endpoint for secrets manager * Rev versions for secrets manager testing * Cleanup * Comment out deploy stage from pipeline. Just build and push the docker image, at least for initial DOJ testing. * Add login.gov sandbox egress IP addresses * Do auto-deploys to App Runner on ECR image updates. * Update versions for DOJ testing
1 parent ef0c54d commit 45714ca

29 files changed

+833
-640
lines changed

.changeset/cuddly-colts-camp.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/orange-emus-ring.md

Lines changed: 0 additions & 2 deletions
This file was deleted.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ COPY . /usr/src/app
1313
WORKDIR /usr/src/app
1414
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
1515
RUN pnpm build
16-
RUN pnpm --filter=forms-$APP_DIR --prod deploy /app/$APP_DIR
16+
RUN pnpm --filter=$APP_DIR --prod deploy /app/$APP_DIR
1717

1818
FROM base AS app
1919
ARG APP_DIR

apps/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @gsa-tts/forms-cli
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @gsa-tts/forms-infra-core@0.1.4
9+
10+
## 0.1.3
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
- @gsa-tts/forms-infra-core@0.1.3
16+
317
## 0.1.2
418

519
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gsa-tts/forms-cli",
3-
"version": "0.1.2",
3+
"version": "0.1.4",
44
"description": "10x Forms Platform command-line interface",
55
"type": "module",
66
"license": "CC0",

apps/server-doj/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @gsa-tts/forms-server-doj
22

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @gsa-tts/forms-infra-core@0.1.4
9+
10+
## 0.1.3
11+
12+
### Patch Changes
13+
14+
- Updated dependencies
15+
- @gsa-tts/forms-infra-core@0.1.3
16+
317
## 0.1.2
418

519
### Patch Changes

apps/server-doj/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gsa-tts/forms-server-doj",
3-
"version": "0.1.2",
3+
"version": "0.1.4",
44
"description": "Form server instance for DOJ",
55
"type": "module",
66
"license": "CC0",

apps/spotlight/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gsa-tts/forms-spotlight
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 6b52609: Splash page changes
8+
39
## 0.1.2
410

511
### Patch Changes

apps/spotlight/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gsa-tts/forms-spotlight",
33
"type": "module",
4-
"version": "0.1.2",
4+
"version": "0.1.3",
55
"private": true,
66
"scripts": {
77
"astro": "astro",

e2e/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gsa-tts/forms-e2e
22

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- 6b52609: Splash page changes
8+
39
## 0.1.2
410

511
### Patch Changes

0 commit comments

Comments
 (0)