Backblaze · Arazzo Workflow
Backblaze Rotate Application Key
Version 1.0.0
Authorize, create a replacement application key, then delete the old key it supersedes.
Provider
Workflows
rotate-application-key
Create a replacement application key and revoke the previous one.
Authorizes the account, creates a new key with the requested capabilities, then deletes the superseded key so only the fresh credential remains.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the accountId and authorization token.
2
createReplacementKey
createKey
Create the replacement application key before revoking the old one.
3
deleteOldKey
deleteKey
Delete the superseded key now that the replacement exists, completing the rotation.