M G R

Results 2 issues of M G R

I Think with respective to changes, dashboard.json from /docker is not updated . because of that some most of the variables are not get pulling to dashboard. ![image](https://user-images.githubusercontent.com/44188062/75903407-88eb8400-5e67-11ea-8636-085b87e311e5.png) and ![image](https://user-images.githubusercontent.com/44188062/75903489-a7517f80-5e67-11ea-84de-62fbb3491504.png)...

Hi GetMapping is working fine but Postmapping having issue 403 forbidden ``` // This working fine @GetMapping("/resource") public String resource(@AuthenticationPrincipal Jwt jwt) { LOG.trace("***** JWT Headers: {}", jwt.getHeaders()); LOG.trace("***** JWT...