aqimeral
aqimeral
NNovu
Created by aqimeral on 7/30/2024 in #💬│support
location of global-bundle.pem
Hello! I'm trying to change novu's mongodb to use aws's documentdb, and my certificate file, global-bundle.pem, is located at /etc/ssl/certs. I also added CA_CERT_PATH= /etc/ssl/certs/global-bundle.pem to my environment. However, it seems like Novu still can't find the certification file, because in the logs for the api-dev deployment, I'm getting a ENOENT: no such file or directory, open 'global-bundle.pem' error which originates from the dalservice connect function. Any tips on what I could be doing wrong, or links to articles that might help? For further background, I'm running novu in an EKS cluster and Novu namespace, which are deployed and managed by kustomize (using the open source code) I've previously made a mongo shell in the same namespace and was able to successfully connect to the documentdb, so I believe the problem stems from within Novu based on how Novu reads certification files for its db.
2 replies