Paul Richardson
Paul Richardson
Pushing to subsequent milestone.
The logout is working correctly in that when button is clicked, the token is removed and in its absence, the app redirects to the login provider page. However, on an...
Sorted. Its something to do with the hawtconfig.json configmap either being present or not. In production, it does not but in upstream it does. Anyway, now fixed.
Reopening this issue since the component versions no longer appear when the app is installed via the operator. When it is installed via the `Makefile`, the component versions appear correctly.
Found the reason for this issue and logged in [hawtio-next/#715](https://github.com/hawtio/hawtio-next/issues/715).
Workaround is to ensure an empty `productInfo` array property is present in `hawtconfig.json`
The template-starter project uses `rollup` and `babel` rather than `tsup`. Therefore, either this would need some sort of migration or the docker package would remain with using a set of...
Upgrade would need to be mindful of the issues described in this [gist](https://gist.github.com/tadayosi/6c5bbf7fd3422e971cee880d8baff11d) concerning the different responses from jolokia.
> If I understand correctly, the node.js container in common pod would run express.js server with some endpoints implemented as express.js middleware, right? This would allow us to develop/test this...
> To do so, we'd still need some round trips between Nginx Node.js so 2 ways communication will be needed Have found a way to make this work. If the...