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
Some internal requests such as InternalCreateSignedTx can be abused to generate invalid proofs for disproving the operator. We should be intercepting all "Internal" requests.
For the authentication method, we'd like to have a Bearer header with the token being a secret token unique to each machine.
This token will for now be generated using the hash of the actor secret key.
The text was updated successfully, but these errors were encountered:
Some internal requests such as InternalCreateSignedTx can be abused to generate invalid proofs for disproving the operator. We should be intercepting all "Internal" requests.
For the authentication method, we'd like to have a Bearer header with the token being a secret token unique to each machine.
This token will for now be generated using the hash of the actor secret key.
The text was updated successfully, but these errors were encountered: