JFrog · Arazzo Workflow
JFrog Access Create User With Group
Version 1.0.0
Create a group then a user in that group via the Access service.
View Spec
View on GitHub
ArtifactoryCI/CDContainer RegistryDevOpsMLOpsPackage ManagementSecuritySoftware Supply ChainArazzoWorkflows
Provider
Workflows
create-user-with-group
Create a group and a user in it, then verify the user.
Creates a group, creates a user with that group in its groups list, then fetches the user to confirm membership.
1
createGroup
createGroup
Create a group in the Access service for the new user.
2
createUser
createUser
Create a user assigned to the newly created group.
3
confirmUser
getUser
Read the user back to confirm it exists and belongs to the group.