#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

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.

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:

Merge pull request #897 from tahoe-lafs/3504.private-introducer-furl

Deprecate tahoe.cfg [client]introducer.furl

Fixes: ticket:3504

Note: See TracTickets for help on using tickets.