Connecting to Infura IPFS

Is it possible to connect to Infura’s IPFS service when running the remote configuration?

The API should be identical to a self-managed node but the main complication is a requirement for an Authorization header with the ProjectID and Secret which you get from Infura

Is there a way to configure the Ceramic node to include a custom header when making requests to IPFS?

Thanks in advance!

1 Like

Unfortunately this won’t work because Ceramic relies on the pubsub API, which is not enabled on Infuras IPFS nodes.

Ah I see… got it thanks!