Skip to content

Commit

Permalink
use static jwk instead of auto generating on aws (#2413)
Browse files Browse the repository at this point in the history
  • Loading branch information
sainak authored Aug 30, 2024
1 parent 66cdc38 commit 6a6ceeb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions aws/backend.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,10 @@
{
"valueFrom": "/care/backend/PLAUSIBLE_AUTH_TOKEN",
"name": "PLAUSIBLE_AUTH_TOKEN"
},
{
"valueFrom": "/care/backend/JWKS_BASE64",
"name": "JWKS_BASE64"
}
],
"name": "care-backend"
Expand Down
8 changes: 8 additions & 0 deletions aws/celery.json
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,10 @@
{
"valueFrom": "/care/backend/ABDM_CLIENT_SECRET",
"name": "ABDM_CLIENT_SECRET"
},
{
"valueFrom": "/care/backend/JWKS_BASE64",
"name": "JWKS_BASE64"
}
],
"name": "care-celery-beat"
Expand Down Expand Up @@ -548,6 +552,10 @@
{
"valueFrom": "/care/backend/ABDM_CLIENT_SECRET",
"name": "ABDM_CLIENT_SECRET"
},
{
"valueFrom": "/care/backend/JWKS_BASE64",
"name": "JWKS_BASE64"
}
],
"name": "care-celery-worker"
Expand Down

0 comments on commit 6a6ceeb

Please sign in to comment.