Skip to content

Commit

Permalink
INFRA-823 - Update cache dynamo table value (#1833)
Browse files Browse the repository at this point in the history
  • Loading branch information
MackHalliday authored Jun 14, 2024
1 parent cb5426b commit 63ee938
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ check-dependencies: install-safety ## Scan dependencies for security vulnerabili
# 12 Dec 2023: 51668 is fixed with >= 2.0.0b1 of SQLAlchemy. Ongoing refactor to upgrade.
# 6 June 2024: 70624 will be resolved with ticket #1794
# 6 June 2024: 70612 vulnerability found with jinja2 version 3.1.3
# 14 June 2024: 70813 Vulnerability found in flask-cors version 4.0.0

safety check -r poetry.lock --full-report -i 51668,70624,70612
safety check -r poetry.lock --full-report -i 51668,70624,70612,70813

.PHONY:
help \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "dev-bip-msg-mpi-profile-participant-cache-table"
"value": "dev-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "dev-bip-msg-mpi-profile-participant-cache-table"
"value": "dev-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "dev-bip-msg-mpi-profile-participant-cache-table"
"value": "dev-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "perf-bip-msg-mpi-profile-participant-cache-table"
"value": "perf-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "perf-bip-msg-mpi-profile-participant-cache-table"
"value": "perf-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "perf-bip-msg-mpi-profile-participant-cache-table"
"value": "perf-bip-payment-notification-table"
},
{
"name": "COMP_AND_PEN_PERF_TO_NUMBER",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "prod-bip-msg-mpi-profile-participant-cache-table"
"value": "prod-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "prod-bip-msg-mpi-profile-participant-cache-table"
"value": "prod-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "prod-bip-msg-mpi-profile-participant-cache-table"
"value": "prod-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "staging-bip-msg-mpi-profile-participant-cache-table"
"value": "staging-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "staging-bip-msg-mpi-profile-participant-cache-table"
"value": "staging-bip-payment-notification-table"
}
],
"secrets": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
},
{
"name": "COMP_AND_PEN_DYNAMODB_NAME",
"value": "staging-bip-msg-mpi-profile-participant-cache-table"
"value": "staging-bip-payment-notification-table"
}
],
"secrets": [
Expand Down

0 comments on commit 63ee938

Please sign in to comment.