From fa9c96d1394df6d1911bb3ce81a7fda46e99ef40 Mon Sep 17 00:00:00 2001 From: Taha Yassine Kraiem Date: Wed, 28 Sep 2022 15:17:11 +0200 Subject: [PATCH] feat(chalice): changed assist agent secret --- api/chalicelib/core/assist.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/chalicelib/core/assist.py b/api/chalicelib/core/assist.py index 3cd3cec25..b4fc3a9f8 100644 --- a/api/chalicelib/core/assist.py +++ b/api/chalicelib/core/assist.py @@ -93,7 +93,7 @@ def __get_agent_token(project_id, project_key, session_id): "iss": config("JWT_ISSUER"), "aud": f"openreplay:agent" }, - key=config("jwt_secret"), + key=config("ASSIST_JWT_SECRET"), algorithm=config("jwt_algorithm") )