-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In memory creds #30
base: master
Are you sure you want to change the base?
In memory creds #30
Conversation
I specifically didn't add this feature because it leads to problems. People tend to forget that This is also documented:
|
This will really just end up requiring people to run a fork of this repo. Lots of applications talk to lnd when receiving the credentials from other means than the file system. Ie here is a Voltage employee needing to make a fork tony-voltage@66490e8 |
OK, if the demand is so strong I would accept this with following changes:
Note that the unreliability problems were already the case in BTCPayServer which was a huge PITA because I had to debug it with not-so-technical people asking why their BTCpay suddenly doesn't work. |
ok, hows it look now? |
+1 |
This branch has an added
connect_from_memory
function, that allows connecting with cert and macaroon data from memory (instead of a filepath). Useful for docker deployments etc. Tested and working.Not sure if anyone else needs this! Or if there is a cleaner way to add this functionality