Red Hat · Arazzo Workflow
Red Hat Keycloak Provision Realm Role and User
Version 1.0.0
Confirm a realm exists, create a realm role, then create a user in that realm.
View Spec
View on GitHub
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen SourceArazzoWorkflows
Provider
Workflows
provision-role-and-user
Verify a realm, create a realm role, and create a user.
Gets a realm to confirm it exists, creates a realm role within it, and creates a new user in the realm.
1
getRealm
getRealm
Retrieve the realm to confirm it exists before provisioning roles and users into it.
2
createRealmRole
createRealmRole
Create a new realm-level role that can later be granted to users.
3
createUser
createUser
Create a new user in the realm with the supplied username and email.