[GitHub] mistercrunch commented on issue #3724: SECRET_KEY encrypts database secrets without warning, possibly breaking web interface if changed

2018-05-01 Thread GitBox
mistercrunch commented on issue #3724: SECRET_KEY encrypts database secrets 
without warning, possibly breaking web interface if changed
URL: 
https://github.com/apache/incubator-superset/issues/3724#issuecomment-385736855
 
 
   FYI the easiest way is to use `DB_CONNECTION_MUTATOR` that you can define in 
your `superset_config.py`. More info here:
   
https://github.com/apache/incubator-superset/blob/master/superset/config.py#L386


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mistercrunch commented on issue #3724: SECRET_KEY encrypts database secrets without warning, possibly breaking web interface if changed

2018-04-12 Thread GitBox
mistercrunch commented on issue #3724: SECRET_KEY encrypts database secrets 
without warning, possibly breaking web interface if changed
URL: 
https://github.com/apache/incubator-superset/issues/3724#issuecomment-380854732
 
 
   It should be easy to add support to lookup environment variables for 
connection string. Let me do a quick PR.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] mistercrunch commented on issue #3724: SECRET_KEY encrypts database secrets without warning, possibly breaking web interface if changed

2018-01-05 Thread GitBox
mistercrunch commented on issue #3724: SECRET_KEY encrypts database secrets 
without warning, possibly breaking web interface if changed
URL: 
https://github.com/apache/incubator-superset/issues/3724#issuecomment-355676934
 
 
   Not much we can do about the encryption lib and/or related logic not working 
across py2/3 . Seems like you'll have to re-enter the passwords post migration.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services