aerogearcatalog / metrics-apb

1 stars 23 forks source link

integrate metrics service with mobile cli #40

Closed pb82 closed 6 years ago

pb82 commented 6 years ago

This PR adds the config map to the metrics apb that is required to get the client config via the mobile-cli. It also changes the URL of the app metrics service to https and adds some additional tests.

To verify:

  1. Deploy the APB
  2. Provision a Client App to the same namespace, e.g. https://github.com/aerogearcatalog/android-app-apb
  3. Retrieve the configuration via mobile get clientconfig <app name> --namespace=<project> -o json. Ths config should contain a section for metrics. The only config value is the URL.
josemigallas commented 6 years ago

👀