feat(chalice): changed assist agent secret
This commit is contained in:
parent
21632f8c46
commit
fa9c96d139
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue