ipfs-cluster/ipfsconn/ipfshttp
Hector Sanjuan 256f4bec5e Fix #793: Allow to fully disable unpinning
As raised in #793, sometimes the user wants to simply disallow unpinning
altogether in a Cluster peer so that no content can be removed from IPFS
through cluster, even when crendentials are compromised (including access to
RPC endpoint).

This introduces an unpin_disable parameter for the ipfshttp connector. There
is no way that a cluster will effecitvely unpin something if the connector
refuses to ask ipfs.
2019-07-29 19:08:31 +02:00
..
config_test.go Add ApplyEnvVars test to ipfshttp config 2019-02-18 17:47:02 +02:00
config.go Fix #793: Allow to fully disable unpinning 2019-07-29 19:08:31 +02:00
ipfshttp_test.go Fix #793: Allow to fully disable unpinning 2019-07-29 19:08:31 +02:00
ipfshttp.go Fix #793: Allow to fully disable unpinning 2019-07-29 19:08:31 +02:00