*What*
As per the proposal https://github.com/aerogear/proposals/blob/master/apbs/create-secret-and-configmap-during-provision.md apbs will be creating a configmap with a label: serviceName:keycloak and a secret with the same label. The configmap will contain the public information to be exposed to the mobile client, we will need to update our command to look for this configmap rather than the secret as it now does.
The keycloak issue is in github here: https://github.com/aerogearcatalog/keycloak-apb/issues/31
Important to update the docs in the mobile-cli around the sdk config |
|