*What*
As we are moving to a binding per client there will be multiple config objects created. We will need to change our UI to deal with this.
*How* Remove all the excluded services list stuff. As we will be labeling each object with the client id, we can filter all secrets in the namespace by that label in order to draw the configuration view. Each secret will be labeled with the mobile client id, mobile-client:enabled and have a field named "config" that will contain the configuration the mobile client requires. This will be base64 encoded and json stringified, so we will need to decode and parse it before showing it in the UI
- Note this should always show pretty json |
|