manishbansal8843 opened a new issue #16811:
URL: https://github.com/apache/superset/issues/16811


   I need to add root certificates to the superset container so that it can 
communicate to my secured authorization server.
   
   As of now, i could not find any environment variable or mount path where i 
can add the certificates and same get updated to the `cacert.pem` at runtime. 
   
   As of now, what i have done is, I logged into my container and appended my 
root.pem file to the certifi `cacert.pem` for which I found the path from 
`certifi.where()` command on python terminal inside the container which is 
`/usr/local/lib/python3.7/site-pacakges/certifi/cacert.pem`
   
   Is there any standard way to do it?


-- 
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