shantanukhond commented on issue #28179:
URL: https://github.com/apache/superset/issues/28179#issuecomment-2099892458

   Try putting   
   
     ```  
   GUEST_TOKEN_JWT_EXP_SECONDS = 300 # 5 minutes 
   
   ```
   
   in your `superset_config.py` (filename could vary if you created it with 
different name) file if it works if not then try putting below code
   
   ```
     # Dashboard embedding 
     GUEST_ROLE_NAME = "Gamma" 
     GUEST_TOKEN_JWT_SECRET = "PASTE_GENERATED_SECRET_HERE" 
     GUEST_TOKEN_JWT_ALGO = "HS256" 
     GUEST_TOKEN_HEADER_NAME = "X-GuestToken" 
     GUEST_TOKEN_JWT_EXP_SECONDS = 300 # 5 minutes 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to