Skip to content

Commit 330fd82

Browse files
committed
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.0 and reference pull request lightninglabs#1324.
1 parent a13be3b commit 330fd82

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.17.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,15 @@
8585
`litcli accounts update debit` and `litcli accounts update credit` commands
8686
to modify an account's balance.
8787

88+
* [Auto-bake super macaroon on startup](https://github.com/lightninglabs/lightning-terminal/pull/1324):
89+
Added config options `--bake-super-macaroon` (choice: `none`, `read-only`,
90+
`read-write`) and `--super-macaroon-path` to automatically bake a super
91+
macaroon on startup and keep its permissions in sync. When set to `read-only`
92+
or `read-write`, the daemon will automatically bake a super macaroon
93+
containing read-only or read-write permissions, respectively, for all active
94+
sub-servers on startup. If the macaroon already exists but has different
95+
permissions, it will be automatically regenerated.
96+
8897
* [Add custom permissions support to sessions](https://github.com/lightninglabs/lightning-terminal/pull/1317):
8998
Added the `--permission` flag to `litcli sessions add` to allow specifying
9099
custom `entity:action` permissions (e.g. `info:read`), similar to

0 commit comments

Comments
 (0)