JFrog Artifactory · Arazzo Workflow
Artifactory Onboard User with Group and Permission
Version 1.0.0
Create a user, create a group, and grant the group repository permissions.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
onboard-user-group-permission
Provision a user, a group, and a repository permission target together.
Creates a group, creates a user that belongs to that group, and creates a permission target granting the group read and write access to the named repositories.
1
createGroup
createOrReplaceGroup
Create the group that the new user will belong to.
2
createUser
createOrReplaceUser
Create the user account, assigning it to the group created in the previous step.
3
grantPermission
createOrReplacePermissionTarget
Create a permission target granting the group read and write access to the named repositories.