Create Dummy Users in UAA
Now that we have added client in UAA, Its time to add some Resource Owners
Steps
Run the following command
uaac user add <my-user> --emails <my_user>@domain.com --password <my_password>For eg:
uaac user add sks --emails [email protected] --password passwordVerify if the credentials work
- Goto :
https://<UAA_INSTANCE_ID>.predix-uaa.run.aws-usw02-pr.ice.predix.io/created in this exercise
- Goto :
References
- Predix Docs
- Try
uaac help:uaac help user add