Adding to above, when testing existing master image on dockerhub ('aerogear/mobile-security-service:master'): - it is possible to hit /api/apps endpoint, which returns:
{code:java} [ { id: "b7891d1c-1896-4ba0-9c5e-1ad6cb228937", appId: "appid.example.com", appName: "example-appname", numOfDeployedVersions: 0, numOfCurrentInstalls: 0, numOfAppLaunches: 0 } ] {code} - it is possible to see app data in postgres db by connecting to db pod & checking table
|
|