-
Notifications
You must be signed in to change notification settings - Fork 23
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
Use same did across access / upload API services #183
Comments
We had a call today about this and I believe we came to following conclusion:
Then @olizilla had pretty cool suggestion, which was:
If we do ☝️ we'll make our clients agnostic of changes we'll do in the future. Even if we decide to host all of the capabilities under the same route in the future, we'll just point that other DNS route to the same endpoint and old clients will continue to work as expected. I think this seems like a small enough task that we can tackle sooner that later, without us having to change any of the code. |
Working toward milestone
Future (not now)
|
I think this is done |
🤖 I have created a release *beep* *boop* --- ## [3.0.1](storacha/w3ui@solid-uploader-v3.0.0...solid-uploader-v3.0.1) (2022-12-15) ### Bug Fixes * update dependencies ([996871f](storacha/w3ui@996871f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alan Shaw <[email protected]>
🤖 I have created a release *beep* *boop* --- ## [3.0.1](storacha/w3ui@solid-uploader-v3.0.0...solid-uploader-v3.0.1) (2022-12-15) ### Bug Fixes * update dependencies ([c4752b0](storacha/w3ui@c4752b0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Alan Shaw <[email protected]>
### Changes - Using the correct gateway host ### Related Issues - storacha/project-tracking#260
🤖 I have created a release *beep* *boop* --- ## [1.17.6](storacha/console@w3console-v1.17.5...w3console-v1.17.6) (2025-01-13) ### Bug Fixes * using the correct gateway host ([storacha#183](storacha/console#183)) ([3febe4a](storacha/console@3febe4a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
I think having two different did's and endpoints clients need to interact with is incidental complexity we're pushing onto users, it seems that only reason we're dealing with this is because we run some code in CF and other in AWS, but perhaps we can hide that under the curtain ?
E.g. with ucanto forwarding delegations is fairly trivial, perhaps we should consider doing that ? In the future we could probably even remove need to run code on AWS.
I don't know what is best compromise here, but I do think we should not neglect this
Parts
did:web:web3.storage
#237id.did()
corresponding toenv.DID
when present w3infra#90The text was updated successfully, but these errors were encountered: