JFrog Artifactory · Arazzo Workflow
Artifactory Create Group-Scoped Access Token
Version 1.0.0
Create a group, then mint an access token scoped to that group for a user.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
create-group-scoped-access-token
Provision a group and issue a group-scoped access token for a user.
Creates a group, then creates an access token whose scope grants membership of that group to the named user.
1
createGroup
createOrReplaceGroup
Create the group that the access token will be scoped to.
2
createToken
createAccessToken
Mint an access token for the user scoped to membership of the group that was just created.