feat(chalice): changed assist agent secret

This commit is contained in:
Taha Yassine Kraiem 2022-09-28 15:17:11 +02:00
parent 21632f8c46
commit fa9c96d139

View file

@ -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")
)