Hi all! If I'm reading the "Server" and "Credentia...
# help
p
Hi all! If I'm reading the "Server" and "Credentials" from the .lakectl.yaml file. After creating the repo object by using`repo = lakefs.repository(repo_name)`. How can I pass the path to the ssl_ca_cert certificate for the HTTPS connection?
n
Hi @Peter zi, You will need to explicitly instantiate a client instead of using the default client. You can see an example of using ca cert in this documentation Do make sure you are using the latest lakefs sdk version (0.4.1) since we recently released a fix specifically in this area