You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/03/04 09:04:27 UTC

[GitHub] [superset] idears-org commented on issue #17187: [SIP-75] Proposal for Embeddable Dashboards

idears-org commented on issue #17187:
URL: https://github.com/apache/superset/issues/17187#issuecomment-1058971900


   @campino2k 
    I'm using helm to deploy on my cluster, and these setting are placed in my values.yaml
   ```
   # A dictionary of overrides to append at the end of superset_config.py - the name does not matter
   # WARNING: the order is not guaranteed
   configOverrides: 
     override:: |
       FEATURE_FLAGS = {
         "EMBEDDED_SUPERSET": True
       }
       ENABLE_PROXY_FIX = True
       PUBLIC_ROLE_LIKE = "Gamma"
       WTF_CSRF_ENABLED = False
   ```
   It will automatically set the `superset_config.py`
   There should be a way to set the same by using docker.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org