*What*
As we are moving away from creating things during the provision, we should look to a secret to hold the config. The ouput of a binding is a secret, so if we put the config into the secret under the same key each time this should be a generic approach to handling configuration.
*How*
Change the bind playbook for keycloak and the CRC to use the binding secret to store the config needed by the mobile client under the "config" field *Note*
it is important that we label these secrets as ``` "mobile-client":"enabled" ``` |
|