Opened at 2020-11-13T20:58:42Z
Closed at 2020-12-04T14:44:23Z
#3504 closed defect (fixed)
The introducer furl should be treated as private
Reported by: | exarkun | Owned by: | GitHub <noreply@…> |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | n/a |
Keywords: | review | Cc: | |
Launchpad Bug: |
Description
The introducer furl is a capability for subscribing to announcements and also publishing them.
Not any random party should be able to do either of these things. However, the introducer furl is configured inside tahoe.cfg which is generally not considered sensitive or secret.
Add a new configuration option that lets the introducer furl be written to a secret file and have tahoe.cfg refer to that file.
Change History (3)
comment:1 Changed at 2020-11-13T21:33:55Z by exarkun
comment:2 Changed at 2020-11-14T16:48:05Z by exarkun
- Keywords review added
comment:3 Changed at 2020-12-04T14:44:23Z by GitHub <noreply@…>
- Owner set to GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
In 15d0207/trunk:
Note: See
TracTickets for help on using
tickets.
In fact, no new configuration option is required. private/introducers.yaml is already a supported thing!
So really just deprecate introducer.furl inside tahoe.cfg.