Opened at 2021-08-16T20:04:58Z
Closed at 2021-08-18T15:58:59Z
#3768 closed task (duplicate)
Cancel secrets for leases might be unnecessary
Reported by: | itamarst | Owned by: | exarkun |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Creating a lease requires a cancellation secret, but there is no endpoint that cancels leases. This matches Foolscap behavior, but might just be unnecessary complexity.
Options:
- Match Foolscap, revisit when Foolscap is gone.
- Don't require cancellation secrets.
- Add cancellation endpoint to the HTTP API spec.
- ...
Change History (2)
comment:1 Changed at 2021-08-16T20:37:16Z by itamarst
comment:2 Changed at 2021-08-18T15:58:59Z by itamarst
- Resolution set to duplicate
- Status changed from new to closed
Going to address this via #3773.
Note: See
TracTickets for help on using
tickets.
Jean-Paul points out that "storage costs money" and so cancellation is useful for that.