WIPACrepo / keycloak-rest-services

Services surrounding KeyCloak, that use the REST API to read/update state
MIT License
1 stars 1 forks source link

RESTful Institution Info? #15

Closed ric-evans closed 3 years ago

ric-evans commented 3 years ago

Right now, whenever an institution is added to the MoU Dashboard system, we have to restart the DB server. The list of institutions is imported from https://github.com/WIPACrepo/keycloak-rest-services/blob/master/keycloak_setup/icecube_setup.py, so this is static.

Is there some kind of REST service in the works that can replace this static limitation?

dsschult commented 3 years ago

When we get around to deploying Keycloak, that has a REST interface which can provide the list of institutions. And since you'll probably be switching the MoU app to use auth from there, it should be fairly easy to query the Keycloak REST API as well.

ric-evans commented 3 years ago

Alright, great! That will solve that :+1: