Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #793: Allow to fully disable unpinning #832

Merged
merged 1 commit into from Jul 29, 2019
Merged

Commits on Jul 29, 2019

  1. 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.
    hsanjuan committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    256f4be View commit details
    Browse the repository at this point in the history