]
Gary Brown resolved RTGOV-631.
------------------------------
Resolution: Done
Fix integration tests to work with KeyCloak
-------------------------------------------
Key: RTGOV-631
URL:
https://issues.jboss.org/browse/RTGOV-631
Project: RTGov (Run Time Governance)
Issue Type: Task
Reporter: Gary Brown
Assignee: Gary Brown
Fix For: 2.1.0.Final
Currently integration tests don't work because installation of rtgov into EAP
requires an extra manual step of uploading the governance realm.
Started looking into automating this in the integration test scripts, but the problem is
that the KeyCloak admin REST API
(
http://docs.jboss.org/keycloak/docs/1.1.0.Beta2/rest-api/admin/realms/ind...) does
not explicit mention what security is used, but is likely to be bearer tokens. Ideally
needs to also support basic auth. Need to see if this can be added to kc beta3.