JFrog Artifactory · Arazzo Workflow
Artifactory Create User and Verify Membership
Version 1.0.0
Create a group, create a user in that group, then read the user back to verify.
View Spec
View on GitHub
ArtifactsDevOpsCI/CDDocker RegistryMavenPackage ManagementRepositoryArazzoWorkflows
Provider
Workflows
create-user-and-verify-membership
Create a group and a user in it, then verify the user's groups.
Creates a group, creates a user belonging to that group, and reads the user details to verify the group membership.
1
createGroup
createOrReplaceGroup
Create the group the user will belong to.
2
createUser
createOrReplaceUser
Create the user and assign it to the group.
3
verifyUser
getUser
Read the user details back to confirm the group membership was applied.