-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Update the w3 CLI to create the new delegation when a new space is created #196
Closed
fforbeck opened this issue
Dec 2, 2024
· 1 comment
· Fixed by storacha/w3cli#205 or storacha/upload-service#99
Closed
Update the w3 CLI to create the new delegation when a new space is created #196
fforbeck opened this issue
Dec 2, 2024
· 1 comment
· Fixed by storacha/w3cli#205 or storacha/upload-service#99
Comments
2 tasks
This was referenced Dec 18, 2024
In progress |
fforbeck
added a commit
to storacha/w3cli
that referenced
this issue
Dec 19, 2024
### Context We must ensure that the space owner delegates the `space/content/serve/*` capability to the Gateway. This delegation allows the Gateway to serve content and log egress events appropriately. ### Changes I've updated the CLI to enable the new gateway content serve authorization flow when creating a space. This is a breaking change because now the user is forced to provide the DIDs of the Content Serve services, and the service endpoint, or skip the authorization flow. ### Related Issues - storacha/project-tracking#158 - storacha/project-tracking#160 - storacha/project-tracking#207 - Resolves storacha/project-tracking#196
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Once #193 & #194 are completed, we need to update the w3up-client lib in the CLI project. That will enable the creation of the
space/content/serve/*
delegation when a new space is created.The text was updated successfully, but these errors were encountered: