-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add Crust pinning service to compliance checks #154
Comments
Hey @SgtPooki , PR already been created, for the
|
🎉 This issue has been resolved in version 1.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@badkk it looks crust is failing all checks. is this expected? https://ipfs-shipyard.github.io/pinning-service-compliance/pin.crustcode.com.html |
Hey @SgtPooki I saw you merged the PR, do you still got question? |
@badkk yes, why is crust failing all of the compliance checks? Ideally, we would want to ensure crust is somewhat compliant with the pinning service spec prior to resolving ipfs/ipfs-webui#1854 |
@badkk Crust still seems to be failing all checks with Please let us know if there is some account setup or something that needs to be done. Otherwise, we will be removing crust from the compliance checker. |
Would you mind to test w/this example? curl --location 'https://pin.crustcode.com/psa/pins' \
--header 'authorization: Bearer c3ViLWNUR01xVHdjck5FZnJ1VVV2SG1pS012MnVnSzJiemM1d2p0TmI3SkNxM0R0UG04c3Y6MHgzODU1ZDNkY2Y0OTYwYjhhMzY3MmEzYTRmNGRiYjNhMWFjMDkyNDNhODdmNDgxOTdmZmUxNTRkNDExZmUzZjQ2MDhhZDY4ODUzOGNmMTk3MWE2Zjg5NTVhZjJmOWFjYzkwYjdiYzZlZGVkMzBjNmIyZGM2NGZhZGI4ZGQ1MmM4Ng==' \
--header 'Content-Type: application/json' \
--data '{
"cid": "QmaK2WnUQ8FPVq3gGhHZi7VuWt3ikkrCCnPcqjFUg7vQDP",
"name": "crust-evm-arch"
}' |
See ipfs/ipfs-webui#1854
In order to add a new pinning service provider the changes should be made in the following locations:
The text was updated successfully, but these errors were encountered: