Skip to content

Commit 6c1fd15

Browse files
committed
use static jwk instead of auto generating on aws
1 parent 66cdc38 commit 6c1fd15

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

aws/backend.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,10 @@
286286
{
287287
"valueFrom": "/care/backend/PLAUSIBLE_AUTH_TOKEN",
288288
"name": "PLAUSIBLE_AUTH_TOKEN"
289+
},
290+
{
291+
"valueFrom": "/care/backend/JWKS_BASE64",
292+
"name": "JWKS_BASE64"
289293
}
290294
],
291295
"name": "care-backend"

aws/celery.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,10 @@
275275
{
276276
"valueFrom": "/care/backend/ABDM_CLIENT_SECRET",
277277
"name": "ABDM_CLIENT_SECRET"
278+
},
279+
{
280+
"valueFrom": "/care/backend/JWKS_BASE64",
281+
"name": "JWKS_BASE64"
278282
}
279283
],
280284
"name": "care-celery-beat"
@@ -548,6 +552,10 @@
548552
{
549553
"valueFrom": "/care/backend/ABDM_CLIENT_SECRET",
550554
"name": "ABDM_CLIENT_SECRET"
555+
},
556+
{
557+
"valueFrom": "/care/backend/JWKS_BASE64",
558+
"name": "JWKS_BASE64"
551559
}
552560
],
553561
"name": "care-celery-worker"

0 commit comments

Comments
 (0)