Closed tataihono closed 4 months ago
Ran Plan for dir: infrastructure
workspace: default
Plan Failed: This project is currently locked by an unapplied plan from pull #3590. To continue, delete the lock from #3590 or apply that plan and merge the pull request.
Once the lock is released, comment atlantis plan
here to re-plan.
Warnings | |
---|---|
:warning: | Is this PR related to a Basecamp issue? If so link it via the PR description - https://3.basecamp.com/3105655/buckets/:projectId/todos/:todoId |
Generated by :no_entry_sign: dangerJS against df7faf95ee15cdaa408c24ab57da2f5bdb705ef9
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
docs | ✅ Ready | Visit Preview | Thu Oct 3 01:35:36 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
arclight | ✅ Ready | Visit Preview | Thu Oct 3 01:36:04 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
journeys | ✅ Ready | Visit Preview | Thu Oct 3 01:36:28 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
watch | ✅ Ready | Visit Preview | Thu Oct 3 01:37:06 UTC 2024 |
The latest updates on your projects.
Name | Status | Preview | Updated (UTC) |
---|---|---|---|
videos-admin | ✅ Ready | Visit Preview | Thu Oct 3 01:37:21 UTC 2024 |
atlantis plan
Ran Plan for dir: infrastructure
workspace: default
Plan Failed: This project is currently locked by an unapplied plan from pull #3594. To continue, delete the lock from #3594 or apply that plan and merge the pull request.
Once the lock is released, comment atlantis plan
here to re-plan.
atlantis plan
Ran Plan for dir: infrastructure
workspace: default
Plan Error
the default workspace at path infrastructure is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again
Ran Plan for dir: infrastructure
workspace: default
Plan Error
the default workspace at path infrastructure is currently locked by another command that is running for this pull request.
Wait until the previous command is complete and try again
Ran Plan for dir: infrastructure
workspace: default
Warning: Output length greater than max comment size. Continued in next comment.
Continued plan output from previous comment.
Warning: Output length greater than max comment size. Continued in next comment.
Continued plan output from previous comment.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
Plan: 20 to add, 10 to change, 12 to destroy.
atlantis apply
atlantis unlock
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 93.62%. Comparing base (
48cbafc
) to head (df7faf9
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
atlantis plan
I see you added the "on stage" label, I'll get this merged to the stage branch!
Merge conflict attempting to merge this into stage. Please fix manually.
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
This comment will be updated when code changes.
Ran Plan for dir: infrastructure
workspace: default
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
atlantis apply -d infrastructure
atlantis plan -d infrastructure
atlantis apply
atlantis unlock
Locks and plans deleted for the projects and workspaces modified in this pull request:
infrastructure
workspace: default
depends on https://github.com/JesusFilm/core/pull/3594
This pull request introduces HMAC signature validation across various services and updates the infrastructure configuration to support this change. The main updates include adding the
GATEWAY_HMAC_SECRET
environment variable and incorporating theuseHmacSignatureValidation
plugin in the Yoga server configurations.HMAC Signature Validation:
apps/api-analytics/src/yoga.ts
: AddeduseHmacSignatureValidation
plugin to the Yoga server configuration. [1] [2]apps/api-journeys-modern/src/yoga.ts
: AddeduseHmacSignatureValidation
plugin to the Yoga server configuration. [1] [2]apps/api-languages/src/yoga.ts
: AddeduseHmacSignatureValidation
plugin to the Yoga server configuration. [1] [2]apps/api-media/src/yoga.ts
: AddeduseHmacSignatureValidation
plugin to the Yoga server configuration. [1] [2]apps/api-users/src/yoga.ts
: AddeduseHmacSignatureValidation
plugin to the Yoga server configuration. [1] [2]Infrastructure Configuration:
apps/api-analytics/infrastructure/locals.tf
: AddedGATEWAY_HMAC_SECRET
to the environment variables.apps/api-gateway/infrastructure/locals.tf
: AddedGATEWAY_HMAC_SECRET
to the environment variables.apps/api-journeys-modern/infrastructure/locals.tf
: AddedGATEWAY_HMAC_SECRET
to the environment variables.apps/api-languages/infrastructure/locals.tf
: AddedGATEWAY_HMAC_SECRET
to the environment variables.apps/api-media/infrastructure/locals.tf
: AddedGATEWAY_HMAC_SECRET
to the environment variables.apps/api-users/infrastructure/locals.tf
: AddedGATEWAY_HMAC_SECRET
to the environment variables.Gateway Configuration:
apps/api-gateway/gateway.config.ts
: AddedhmacSignature
configuration withGATEWAY_HMAC_SECRET
.apps/api-gateway/gateway.prod.config.ts
: AddedhmacSignature
configuration withGATEWAY_HMAC_SECRET
.Other Changes:
apps/api-gateway/project.json
: Added a new taskfetch-secrets
to download secrets using Doppler.package.json
: Updated@graphql-hive/gateway
dependency to version^1.0.7
.