Merge pull request #8310 from mohamedawnallah/lnconfig-support-env-vars-for-rpcuser-rpcpassword

lnconfig: Support utilizing Environment Variables in `lnd.conf` for `rpcuser` and `rpcpass` fields.
This commit is contained in:
Oliver Gugger
2024-03-15 12:39:54 -06:00
committed by GitHub
3 changed files with 144 additions and 2 deletions

View File

@@ -145,6 +145,9 @@
funding operations and the new `PsbtCoinSelect` option of the `FundPsbt`
RPC](https://github.com/lightningnetwork/lnd/pull/8378).
* [Env Variables in lnd.conf](https://github.com/lightningnetwork/lnd/pull/8310)
Support utilizing the usage of environment variables in `lnd.conf` for `rpcuser` and `rpcpass` fields to better protect the secrets.
## RPC Additions
* [Deprecated](https://github.com/lightningnetwork/lnd/pull/7175)