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
Users can use the orbisd CLI app to create and recover secrets, buts its an involved process because its needs a signed JWS, registering authorization objects, encrypting secrets to the secret ring public key, etc. Each of which is its own command.
A stateful client will abstract all these into a smooth single put and get secret command.
The text was updated successfully, but these errors were encountered:
Users can use the
orbisd
CLI app to create and recover secrets, buts its an involved process because its needs a signed JWS, registering authorization objects, encrypting secrets to the secret ring public key, etc. Each of which is its own command.A stateful client will abstract all these into a smooth single
put
andget
secret command.The text was updated successfully, but these errors were encountered: