mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
docs: add release notes for super macaroon auto-bake
Add release notes for the new auto-bake config options in release notes for version 0.17.1 and reference pull request #1324.
This commit is contained in:
parent
7cde9c50ae
commit
0c06130ea1
1 changed files with 9 additions and 0 deletions
|
|
@ -39,6 +39,15 @@
|
|||
an account, supporting pagination (sorted in ascending lexicographical
|
||||
order of their payment hash) and counting of total payments.
|
||||
|
||||
* [Auto-bake super macaroon on startup](https://github.com/lightninglabs/lightning-terminal/pull/1324):
|
||||
Added config options `--bake-super-macaroon` (choice: `none`, `read-only`,
|
||||
`read-write`) and `--super-macaroon-path` to automatically bake a super
|
||||
macaroon on startup and keep its permissions in sync. When set to `read-only`
|
||||
or `read-write`, the daemon will automatically bake a super macaroon
|
||||
containing read-only or read-write permissions, respectively, for all active
|
||||
sub-servers on startup. If the macaroon already exists but has different
|
||||
permissions, it will be automatically regenerated.
|
||||
|
||||
### Technical and Architectural Updates
|
||||
|
||||
* [Report litd's own version for `litd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue