"User" is what I wanted.
Thanks for the tips. I got it to work by starting Hawkular with the dev realm:
./standalone.sh
-Dkeycloak.import=\${jboss.home.dir}/standalone/configuration/hawkular-realm-for-dev.json
...
Viet
----- Original Message -----
From: "Juraci Paixão Kröhling" <jpkroehling(a)redhat.com>
To: hawkular-dev(a)lists.jboss.org
Sent: Tuesday, July 7, 2015 5:09:28 PM
Subject: Re: [Hawkular-dev] How to create user/persona from Rest?
Viet,
Do you need to create an user or a persona?
If you need to create an user, you have two options:
1) Change the realm that we import during the boot to include the users
you need. I think Alerts is doing something similar.
http://git.io/vqBY0
2) As we use Keycloak in the background, you can also create users using
their API. You'd need to check their documentation on how to achieve
that.
http://keycloak.github.io/docs/
If all you need is a persona, it's easier:
$ curl -v \
-H 'Content-type: application/json' \
-H 'Accept: application/json' \
-d '{"name":"Acme, Inc"}' \
-X POST \
-u jdoe:password \
http://localhost:8080/hawkular-accounts/organizations
The ID returned for this organization can be then passed as
'Hawkular-Persona' to the backend.
- Juca.
On 07/06/2015 06:20 PM, Viet Nguyen wrote:
Hello everyone,
To make it easier to run test automation I'm looking for a way to create new users
possibly from REST Api. Someone mentioned on IRC it is possible via Keycloak. Please
advise.
thanks,
Viet
_______________________________________________
hawkular-dev mailing list
hawkular-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hawkular-dev
_______________________________________________
hawkular-dev mailing list
hawkular-dev(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hawkular-dev