You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use the provided key and proof for the web3.storage authentication.
In the w3s driver implementation PR, the w3 CLI is used with its stored credentials. We need to change it, so that the credentials passed while creating the driver (key and proof) are used.
Ideas how to solve it:
Use a separate NodeJS script (as presented in the PoC PR)
We would need to implement the functions: w3 can store add and w3 can upload add (no need for w3 up)
The advantage is that the credentials can be stored in memory only
The drawback is that we'll need to have a separate NodeJS script in the catalyst-api repo
Feed w3 CLI with key and proof (use profiles for multi-tenency)
The text was updated successfully, but these errors were encountered:
Use the provided
key
andproof
for the web3.storage authentication.In the w3s driver implementation PR, the
w3
CLI is used with its stored credentials. We need to change it, so that the credentials passed while creating the driver (key
andproof
) are used.Ideas how to solve it:
w3 can store add
andw3 can upload add
(no need forw3 up
)catalyst-api
repow3
CLI withkey
andproof
(use profiles for multi-tenency)The text was updated successfully, but these errors were encountered: