*Why* So the api server is using the result of a service binding to keycloak rather than a custom integration
*How* The nodejs server is at https://github.com/feedhenry/mobile-security/tree/master/projects/api-server Currently the keycloak config is at https://github.com/feedhenry/mobile-security/blob/master/projects/api-server/config.js#L9-L16 The change can use a similar approach to what the fh-sync-sever/keycloak integration did to read the secret from disk if it exists i.e. https://github.com/feedhenry/fh-sync-server/blob/master/app.js#L13 |
|