JFrog · Arazzo Workflow
JFrog Platform Rotate Access Token
Version 1.0.0
Issue a fresh platform token then revoke a superseded one.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
rotate-access-token
Create a new token, verify it, and revoke the old one.
Creates a replacement access token, reads its metadata to confirm, then revokes the supplied old token id.
1
createToken
createToken
Create a replacement access token with the supplied scope and subject.
2
confirmNewToken
getToken
Read the new token metadata back to confirm it was issued before revoking the old one.
3
revokeOldToken
revokeToken
Revoke the superseded token so only the freshly issued credential remains valid.